refactor: update button and badge styles for improved theming and consistency
This commit is contained in:
@@ -195,7 +195,7 @@ const AdminNewsletters = () => {
|
||||
{hasPermission('newsletters.create') && (
|
||||
<Button
|
||||
onClick={handleCreate}
|
||||
className="bg-brand-purple text-white hover:bg-[var(--purple-muted)] rounded-full flex items-center gap-2"
|
||||
className="btn-light-lavender flex items-center gap-2"
|
||||
>
|
||||
<Plus className="h-4 w-4" />
|
||||
Add Newsletter
|
||||
|
||||
Reference in New Issue
Block a user