fix: change appearance of top section buttons

This commit is contained in:
afn
2023-03-07 03:26:16 -05:00
parent 9a0ca6ebaa
commit 3f441ac6f8
5 changed files with 42 additions and 22 deletions

View File

@@ -47,6 +47,13 @@
gap: 0.5rem;
}
.button-icon {
background-color: transparent;
height: 24px;
width: 24px;
padding: 0;
}
.button-primary {
background-color: #ffb1c5;
box-shadow: 0px 0px 32px 1px var(--accent-color-glow);

View File

@@ -80,6 +80,7 @@
left: 0;
width: 100%;
background-color: var(--grey-six);
margin-bottom: 16px;
}
.modal {