fix toolbar button styles

This commit is contained in:
Denys Vuika
2023-06-20 21:56:02 +01:00
parent d54f97995b
commit 733ca86c0a

View File

@@ -24,15 +24,13 @@
} }
.aca-toolbar-action { .aca-toolbar-action {
.app-toolbar-menu { .mat-button-base {
.mat-button-base { display: flex;
display: flex; justify-content: center;
justify-content: center; align-items: center;
align-items: center; border-radius: 6px;
border-radius: 6px; height: 32px;
height: 32px; line-height: 32px;
line-height: 32px;
}
} }
} }
} }