fix: more color fixes
Fix colors in dialogs
This commit is contained in:
parent
5e70236eac
commit
1a5dd102e0
2 changed files with 2 additions and 0 deletions
|
@ -57,6 +57,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
flex: 25% 1 0;
|
flex: 25% 1 0;
|
||||||
|
color: var(--color-darkest);
|
||||||
}
|
}
|
||||||
|
|
||||||
& span {
|
& span {
|
||||||
|
|
|
@ -182,6 +182,7 @@ dialog {
|
||||||
border-radius: var(--radius-default);
|
border-radius: var(--radius-default);
|
||||||
background: var(--color-lightest);
|
background: var(--color-lightest);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
|
color: var(--color-darkest);
|
||||||
|
|
||||||
& > .wrapper {
|
& > .wrapper {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue