Skip to content

Commit 29208a0

Browse files
authored
Merge pull request #1127 from FaheemOnHub/icon/white
keep modal helperIcon white
2 parents bb455e0 + 56dd1fa commit 29208a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/icons/Info/InfoCircle.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
import { DEFAULT_HEIGHT, DEFAULT_WIDTH } from '../../constants/constants';
2+
import { WHITE } from '../../theme/colors';
23
import { IconProps } from '../types';
34

45
export function InfoCircleIcon({
56
width = DEFAULT_WIDTH,
67
height = DEFAULT_HEIGHT,
7-
fill = 'currentColor',
8+
fill = WHITE,
89
...props
910
}: IconProps): JSX.Element {
1011
return (

0 commit comments

Comments
 (0)