Emoji picker: fix background of title bar
This commit is contained in:
parent
ce5c42b5db
commit
3f2716bae9
|
@ -21,7 +21,7 @@
|
||||||
border-bottom-width: 1px;
|
border-bottom-width: 1px;
|
||||||
border-top-left-radius: 5px;
|
border-top-left-radius: 5px;
|
||||||
border-top-right-radius: 5px;
|
border-top-right-radius: 5px;
|
||||||
background: var(--background-color);
|
background: var(--foreground-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
&:last-child {
|
&:last-child {
|
||||||
|
|
Loading…
Reference in New Issue