bits and bob

This commit is contained in:
Tickbase
2025-05-18 17:57:36 +02:00
parent 4b70cec6e9
commit 79fd51c5e5
20 changed files with 173 additions and 55 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ const Icon: React.FC<IconProps> = ({
if (BRAND_ICON_NAMES.has(name)) {
defaultVariant = 'brand'
} else {
defaultVariant = 'bold' // Default to outline for non-brand icons
defaultVariant = 'bold' // Default to bold for non-brand icons
}
}