mirror of
https://github.com/penpot/penpot.git
synced 2026-03-13 22:08:27 +00:00
🐛 Fix some text without setted color
This commit is contained in:
@@ -362,6 +362,7 @@
|
||||
min-height: $s-32;
|
||||
border-radius: $br-8;
|
||||
padding: $s-0 $s-2;
|
||||
color: var(--input-foreground-color);
|
||||
&:focus,
|
||||
&:focus-within {
|
||||
outline: none;
|
||||
|
||||
@@ -126,7 +126,7 @@
|
||||
}
|
||||
.selection-title {
|
||||
@include titleTipography;
|
||||
color: $df-primary;
|
||||
color: var(--modal-text-foreground-color);
|
||||
}
|
||||
}
|
||||
.selection-wrapper {
|
||||
|
||||
@@ -64,6 +64,7 @@
|
||||
|
||||
.modal-text {
|
||||
@include titleTipography;
|
||||
color: var(--modal-text-foreground-color);
|
||||
}
|
||||
|
||||
.property-block {
|
||||
|
||||
@@ -195,6 +195,7 @@
|
||||
}
|
||||
.not-found {
|
||||
@include titleTipography;
|
||||
color: var(--empty-message-foreground-color);
|
||||
margin: $s-12;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user