Emoji picker: fix background of title bar

This commit is contained in:
Alex Gleason 2021-07-10 01:41:43 -05:00
parent ce5c42b5db
commit 3f2716bae9
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -21,7 +21,7 @@
border-bottom-width: 1px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
background: var(--background-color);
background: var(--foreground-color);
}
&:last-child {