1
0

fix: vencord theme input border should use accent (#191)

This commit is contained in:
Jade Herd
2023-06-02 20:06:43 -04:00
committed by GitHub
parent d9cb1049f2
commit f93f06e1ab

View File

@@ -87,6 +87,11 @@ rect[fill="#593695"] {
padding: 16px;
}
// Vencord theme input border should use accent
#vencordthemes-tab [class*="input-"]:focus {
border-color: $brand !important;
}
// dots in typing
svg[class^="cursorDefault-"] svg[class^="dots-"] circle {
fill: $base !important;