Add missing --color-text variables for themes
This commit is contained in:
parent
93fc9c2963
commit
e7d076d699
|
@ -44,4 +44,8 @@ $colorNames: (
|
|||
*/
|
||||
|
||||
--primary-text: 255, 255, 255;
|
||||
--danger-text: 255, 255, 255;
|
||||
--warning-text: 255, 255, 255;
|
||||
--info-text: 255, 255, 255;
|
||||
--success-text: 255, 255, 255;
|
||||
}
|
Loading…
Reference in New Issue