Skip to content

Commit

Permalink
style: 💄 Cleaned up tab styles with new class names
Browse files Browse the repository at this point in the history
  • Loading branch information
joshsadam committed Nov 29, 2024
1 parent 4e4b1eb commit ecfc0ea
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ def initialize(count: nil, selected: false, **system_arguments)

def generate_count_classes
if @selected
'bg-neutral-400 text-white text-xs font-medium ms-2 px-2 py-1
rounded-full dark:bg-neutral-700 dark:text-neutral-200'
'bg-light-neutral-secondary text-light-onneutral-primary text-xs font-medium ms-2 px-2 py-1
rounded-full dark:bg-dark-neutral-secondary dark:text-dark-onneutral-primary'
else
'bg-neutral-300 text-white text-xs font-medium ms-2 px-2 py-1
rounded-full dark:bg-neutral-600 dark:text-neutral-200'
'bg-light-neutral-secondary text-light-onneutral-primary text-xs font-medium ms-2 px-2 py-1
rounded-full dark:bg-dark-neutral-secondary dark:text-dark-onneutral-primary'
end
end
end
Expand Down

0 comments on commit ecfc0ea

Please sign in to comment.