refactor(ui): update button and input components to use brand-orange styles, enhancing UI consistency across the application
This commit is contained in:
@@ -63,7 +63,7 @@ export default function RootLayout({
|
||||
success: 'group-[.toast]:!text-green-600 group-[.toast]:dark:!text-green-400',
|
||||
error: 'group-[.toast]:!text-red-600 group-[.toast]:dark:!text-red-400',
|
||||
warning: 'group-[.toast]:!text-amber-600 group-[.toast]:dark:!text-amber-400',
|
||||
info: 'group-[.toast]:!text-blue-600 group-[.toast]:dark:!text-blue-400',
|
||||
info: 'group-[.toast]:!text-brand-orange group-[.toast]:dark:!text-brand-orange',
|
||||
},
|
||||
}}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user