fix: Responsive label color selector, improve action button styles (#1184)

This commit is contained in:
Symon Baikov
2025-06-07 13:44:45 +02:00
committed by GitHub
parent 1a8dcd9858
commit 8bc1569242
6 changed files with 44 additions and 42 deletions
@@ -4,14 +4,14 @@
*/
:global(#app) {
.deleteButton {
bottom: 12px;
box-shadow: 0 1px 0 #cbcccc;
position: absolute;
right: 9px;
.actions {
align-items: center;
display: flex;
gap: 12px;
justify-content: space-between;
}
.submitButton {
margin-top: 12px;
.deleteButton {
box-shadow: 0 1px 0 #cbcccc;
}
}