feat: update layout components, fix AccentLink styles, add Tooltip and Cursor components

This commit is contained in:
2026-05-28 11:32:43 -07:00
parent 6882b77629
commit 5c9891ecc5
7 changed files with 66 additions and 6 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import { IconPointFilled } from '@tabler/icons-react';
import { colors } from '@/constants/colors';
import { colors } from '@/constants';
export default function SectionLabel({ label }: { label: string }) {
return (