mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-26 17:26:22 +00:00
chore(audioPlaybackSpeed): remove obsolete style
This commit is contained in:
parent
c9b29127c9
commit
28767d97f4
1 changed files with 0 additions and 1 deletions
|
@ -39,7 +39,6 @@ export default definePlugin({
|
||||||
navId="playback-speed"
|
navId="playback-speed"
|
||||||
onClose={() => FluxDispatcher.dispatch({ type: "CONTEXT_MENU_CLOSE" })}
|
onClose={() => FluxDispatcher.dispatch({ type: "CONTEXT_MENU_CLOSE" })}
|
||||||
aria-label="Playback speed control"
|
aria-label="Playback speed control"
|
||||||
style={{ zIndex: 2 }}
|
|
||||||
>
|
>
|
||||||
<Menu.MenuGroup
|
<Menu.MenuGroup
|
||||||
label="Playback speed"
|
label="Playback speed"
|
||||||
|
|
Loading…
Reference in a new issue