refactor: update button styles for improved theming and consistency

This commit is contained in:
2026-01-14 13:59:21 -06:00
parent 0c1202d89a
commit 9287adec01
3 changed files with 5 additions and 5 deletions

View File

@@ -267,7 +267,7 @@ const AdminEvents = () => {
</Button>
<Button
type="submit"
className="flex-1 bg-[var(--neutral-800)] text-[var(--purple-ink)] hover:bg-background rounded-full"
className="btn-lavender flex-1"
>
{editingEvent ? 'Update Event' : 'Create Event'}
</Button>
@@ -408,7 +408,7 @@ const AdminEvents = () => {
</p>
<Button
onClick={() => setIsCreateDialogOpen(true)}
className="bg-[var(--neutral-800)] text-[var(--purple-ink)] hover:bg-background rounded-full px-8"
className="btn-lavender px-8"
>
<Plus className="mr-2 h-5 w-5" />
Create Event