Highlight active space

This commit is contained in:
Jon Staab
2026-05-04 16:01:39 -07:00
parent bbbc6f7363
commit ca3270437d
2 changed files with 5 additions and 1 deletions
+1
View File
@@ -25,6 +25,7 @@
cx(
"flex h-full w-full cursor-pointer items-center justify-center rounded-full transition-colors hover:bg-base-300",
restProps.class,
{"bg-base-300 border border-solid border-base-content/20": active},
),
)
</script>