Skip to content

Commit 43ae820

Browse files
committed
Modify GroupAddIcon color to keppel green
Signed-off-by: abirc8010 <abirc8010@gmail.com>
1 parent 42ed956 commit 43ae820

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/icons/GroupAdd/GroupAddIcon.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
import { DEFAULT_FILL_NONE, DEFAULT_HEIGHT, DEFAULT_WIDTH } from '../../constants/constants';
1+
import { DEFAULT_HEIGHT, DEFAULT_WIDTH, KEPPEL_GREEN_FILL } from '../../constants/constants';
22
import { IconProps } from '../types';
33

44
export const GroupAddIcon = ({
55
width = DEFAULT_WIDTH,
66
height = DEFAULT_HEIGHT,
7-
fill = DEFAULT_FILL_NONE,
7+
fill = KEPPEL_GREEN_FILL,
88
...props
99
}: IconProps): JSX.Element => {
1010
return (

0 commit comments

Comments
 (0)