mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-12 10:12:17 +01:00
fix styling inconsistencies
This commit is contained in:
@@ -17,7 +17,7 @@ const expandedStatusClasses = computed(() => {
|
||||
if (props.expanded) {
|
||||
return 'border-card-border border bg-quaternary text-text-primary';
|
||||
}
|
||||
return 'border-card-border border hover:bg-tertiary hover:text-text-primary transition text-text-secondary';
|
||||
return 'border-card-border bg-secondary border hover:bg-tertiary hover:text-text-primary transition text-text-secondary';
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
@@ -10,13 +10,11 @@ const timeTrackerVariants = cva(
|
||||
primary:
|
||||
'text-white ring-accent-200/10 focus-visible:ring-ring focus-visible:ring-2 ring-4 sm:ring-[6px]',
|
||||
secondary:
|
||||
'bg-tertiary text-text-tertiary hover:text-text-primary focus:ring-2 focus:ring-border-tertiary',
|
||||
outline:
|
||||
'border border-border-primary text-text-tertiary hover:text-text-primary hover:bg-tertiary/50',
|
||||
'bg-quaternary text-text-tertiary hover:text-text-primary focus:ring-2 focus:ring-border-tertiary',
|
||||
},
|
||||
size: {
|
||||
small: 'w-6 h-6',
|
||||
base: 'w-9 h-9 hover:scale-110',
|
||||
base: 'w-8 h-8',
|
||||
large: 'w-11 h-11 hover:scale-110',
|
||||
},
|
||||
active: {
|
||||
|
||||
Reference in New Issue
Block a user