Skip to content

Commit 37f2859

Browse files
committed
fix(icons): set Sistent icons to be filled by default using currentColor
1 parent 9491679 commit 37f2859

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)