refactor: update button and badge styles for improved theming and consistency
This commit is contained in:
@@ -141,7 +141,7 @@ const AdminPlans = () => {
|
||||
{hasPermission('subscriptions.plans') && (
|
||||
<Button
|
||||
onClick={handleCreatePlan}
|
||||
className="bg-[var(--neutral-800)] text-[var(--purple-ink)] hover:bg-background rounded-full px-6"
|
||||
className="btn-lavender "
|
||||
>
|
||||
<Plus className="h-4 w-4 mr-2" />
|
||||
Create Plan
|
||||
|
||||
Reference in New Issue
Block a user