style: re-design colors in text properties panel

This commit is contained in:
Maze Winther
2025-08-27 17:23:16 +02:00
parent ebe1b38bdf
commit f9170dcf09
4 changed files with 401 additions and 39 deletions
+4
View File
@@ -7,6 +7,10 @@ export function cn(...inputs: ClassValue[]) {
return twMerge(clsx(inputs));
}
export function uppercase(str: string) {
return str.toUpperCase();
}
/**
* Generates a UUID v4 string
* Uses crypto.randomUUID() if available, otherwise falls back to a custom implementation