mirror of
https://github.com/penpot/penpot.git
synced 2025-06-06 23:21:38 +02:00
🐛 Fix some text without setted color
This commit is contained in:
parent
19e40175be
commit
4f05389a51
4 changed files with 4 additions and 1 deletions
|
@ -362,6 +362,7 @@
|
||||||
min-height: $s-32;
|
min-height: $s-32;
|
||||||
border-radius: $br-8;
|
border-radius: $br-8;
|
||||||
padding: $s-0 $s-2;
|
padding: $s-0 $s-2;
|
||||||
|
color: var(--input-foreground-color);
|
||||||
&:focus,
|
&:focus,
|
||||||
&:focus-within {
|
&:focus-within {
|
||||||
outline: none;
|
outline: none;
|
||||||
|
|
|
@ -126,7 +126,7 @@
|
||||||
}
|
}
|
||||||
.selection-title {
|
.selection-title {
|
||||||
@include titleTipography;
|
@include titleTipography;
|
||||||
color: $df-primary;
|
color: var(--modal-text-foreground-color);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.selection-wrapper {
|
.selection-wrapper {
|
||||||
|
|
|
@ -64,6 +64,7 @@
|
||||||
|
|
||||||
.modal-text {
|
.modal-text {
|
||||||
@include titleTipography;
|
@include titleTipography;
|
||||||
|
color: var(--modal-text-foreground-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.property-block {
|
.property-block {
|
||||||
|
|
|
@ -195,6 +195,7 @@
|
||||||
}
|
}
|
||||||
.not-found {
|
.not-found {
|
||||||
@include titleTipography;
|
@include titleTipography;
|
||||||
|
color: var(--empty-message-foreground-color);
|
||||||
margin: $s-12;
|
margin: $s-12;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue