theme: add missing alpha colors

This commit is contained in:
Ammar Ahmed
2024-01-15 12:31:11 +05:00
parent 185cca7880
commit efea6e3972

View File

@@ -314,7 +314,9 @@ export const ALPHA_COLORS: readonly (keyof Colors)[] = [
"hover",
"backdrop",
"background",
"placeholder"
"placeholder",
"textSelection",
"shade"
];
export const Variants: readonly (keyof Variants)[] = [