fix(app): style view all button with interactive color and margin
parent
ecd04a118a
commit
0a572afd46
|
|
@ -148,7 +148,7 @@ export const SettingsProviders: Component = () => {
|
|||
|
||||
<Button
|
||||
variant="ghost"
|
||||
class="px-0 py-0 text-14-medium text-text-strong text-left justify-start hover:bg-transparent active:bg-transparent"
|
||||
class="px-0 py-0 mt-5 text-14-medium text-text-interactive-base text-left justify-start hover:bg-transparent active:bg-transparent"
|
||||
onClick={() => {
|
||||
dialog.show(() => <DialogSelectProvider />)
|
||||
}}
|
||||
|
|
|
|||
Loading…
Reference in New Issue