Declare+Cellorformatfor column{id}
diff --git a/src/lib/ui/core/Checkbox/Checkbox.svelte b/src/lib/ui/core/Checkbox/Checkbox.svelte index a39bbd61b..45f2201e1 100644 --- a/src/lib/ui/core/Checkbox/Checkbox.svelte +++ b/src/lib/ui/core/Checkbox/Checkbox.svelte @@ -35,7 +35,7 @@ bind:checked={isActive} bind:indeterminate class={cn( - 'flex size-4 min-w-4 items-center justify-center rounded border border-mystic bg-[inherit] fill-athens-day transition-colors', + 'flex size-4 min-w-4 items-center justify-center rounded border border-mystic bg-[inherit] fill-athens-day', 'hover:border-casper hover:bg-athens group-hover/label:border-casper group-hover/label:bg-[inherit]', error && 'relative border-red hover:border-red-hover group-hover/label:border-red-hover', selected && diff --git a/src/lib/ui/core/Table/DataTable/DataTable.svelte b/src/lib/ui/core/Table/DataTable/DataTable.svelte index e29c7142f..9615ab3b9 100644 --- a/src/lib/ui/core/Table/DataTable/DataTable.svelte +++ b/src/lib/ui/core/Table/DataTable/DataTable.svelte @@ -1,8 +1,8 @@ - -
Declare+Cellorformatfor column{id}