fix: more color fixes

Fix colors in dialogs
This commit is contained in:
Fiona Lena Urban 2025-05-12 12:58:46 +02:00
parent 5e70236eac
commit 1a5dd102e0
2 changed files with 2 additions and 0 deletions

View file

@ -57,6 +57,7 @@
font-size: 1rem;
width: 100%;
flex: 25% 1 0;
color: var(--color-darkest);
}
& span {

View file

@ -182,6 +182,7 @@ dialog {
border-radius: var(--radius-default);
background: var(--color-lightest);
font-size: 1rem;
color: var(--color-darkest);
& > .wrapper {
display: flex;