stuff
This commit is contained in:
parent
897acbf04a
commit
559269b88e
|
@ -4629,7 +4629,7 @@
|
|||
_spellcheckerror: ["SpellCheck", "error"],
|
||||
_spellcheckoverlay: ["SpellCheck", "overlay"],
|
||||
_spotifycontrolsbar: ["SpotifyControls", "bar"],
|
||||
_spotifycontrolsbarcontainer: ["SpotifyControls", "timeline"],
|
||||
_spotifycontrolsbarcontainer: ["SpotifyControls", "timeline"], // REMOVE
|
||||
_spotifycontrolsbarfill: ["SpotifyControls", "barFill"],
|
||||
_spotifycontrolsbartext: ["SpotifyControls", "barText"],
|
||||
_spotifycontrolscontainer: ["SpotifyControls", "container"],
|
||||
|
|
|
@ -237,7 +237,7 @@ var SpotifyControls = (_ => {
|
|||
height: 100%;
|
||||
min-width: 4px;
|
||||
border-radius: 2px;
|
||||
background: var(--header-primary);
|
||||
background: var(--text-normal);
|
||||
}
|
||||
${BDFDB.dotCN._spotifycontrolsbartext} {
|
||||
display: flex;
|
||||
|
|
Loading…
Reference in New Issue