Skip to content

Commit ad095bd

Browse files
committed
fix: added text white color to dark theme variables
1 parent 79e55ae commit ad095bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/styles/base/_root.scss

+1
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@
250250
--du-text-info-blue-background: #{$color-blue-7};
251251
--du-text-status-info-blue: #{$color-blue};
252252
--du-text-hint: #{$color-gray};
253+
--du-text-white: #{$color-white};
253254
--du-icon-light-background: #{$color-black-9};
254255
--du-icon-dark-background: #{$color-white};
255256
--du-icon-gray-background: #{$color-black-1};

0 commit comments

Comments
 (0)