chore: cleanup

This commit is contained in:
adamelmore
2026-01-25 20:28:24 -06:00
committed by Adam
parent 00d960d080
commit a09a8701ae

View File

@@ -141,7 +141,7 @@ export const SettingsProviders: Component = () => {
<Button
variant="ghost"
class="px-0 py-0 text-14-medium text-text-strong underline hover:bg-transparent active:bg-transparent"
class="px-0 py-0 text-14-medium text-text-strong text-left justify-start hover:bg-transparent active:bg-transparent"
onClick={() => {
dialog.show(() => <DialogSelectProvider />)
}}