Remove text styles for when no color is set, never been used

This commit is contained in:
Eric Bailey
2025-07-30 16:09:05 -05:00
parent 0b1ae92810
commit 224d5dd72d
-6
View File
@@ -684,12 +684,6 @@ export function useSharedButtonTextStyles() {
baseStyles.push({color: t.palette.negative_400, opacity: 0.5}) baseStyles.push({color: t.palette.negative_400, opacity: 0.5})
} }
} }
} else {
if (!disabled) {
baseStyles.push({color: t.palette.white})
} else {
baseStyles.push({color: t.palette.white, opacity: 0.5})
}
} }
if (size === 'large') { if (size === 'large') {