mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-12 10:12:17 +01:00
add light mode
This commit is contained in:
@@ -15,7 +15,7 @@ const props = withDefaults(
|
||||
|
||||
const expandedStatusClasses = computed(() => {
|
||||
if (props.expanded) {
|
||||
return 'border-card-border border bg-card-background-active text-white';
|
||||
return 'border-card-border border bg-card-background-active text-text-primary';
|
||||
}
|
||||
return 'border-card-border border bg-card-background hover:bg-card-background-active hover:text-text-primary transition text-muted';
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user