Skip to content

Commit 1bfa6e5

Browse files
committed
icon.white
Signed-off-by: FaheemOnHub <[email protected]>
1 parent e28c1bc commit 1bfa6e5

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)