Skip to content

Commit 16d0807

Browse files
Merge pull request #1187 from KSNauman/defaultIcon/nauman/663
fix(icons): set Sistent icons to be filled by default using currentColor
2 parents 9491679 + 1be222c commit 16d0807

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/constants/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export const DEFAULT_WIDTH = '24';
22
export const DEFAULT_HEIGHT = '24';
33
export const DEFAULT_FILL = '#000';
4-
export const DEFAULT_FILL_NONE = 'none';
4+
export const DEFAULT_FILL_NONE = 'currentColor';
55
export const KEPPEL_GREEN_FILL = '#00B39F';
66
export const CARIBBEAN_GREEN_FILL = '#00D3A9';
77
export const DEFAULT_STROKE = '#000';

0 commit comments

Comments
 (0)