Add missing --color-text variables for themes

This commit is contained in:
Andreas Nedbal 2020-04-28 13:19:59 +02:00
parent 93fc9c2963
commit e7d076d699
1 changed files with 4 additions and 0 deletions

View File

@ -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;
}