Skip to content

Commit

Permalink
Update color reference in Icon component
Browse files Browse the repository at this point in the history
  • Loading branch information
narin committed Feb 5, 2024
1 parent 5c327b3 commit 21cf8c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/components/src/components/Icon/Icon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { AppState, AppStateStatus, PixelRatio } from 'react-native'
import { SvgProps } from 'react-native-svg'
import React, { FC, useEffect, useState } from 'react'

import * as DesignTokens from '@department-of-veterans-affairs/mobile-tokens'
import { Colors } from '@department-of-veterans-affairs/mobile-tokens'

// Navigation
import BenefitsSelected from '@department-of-veterans-affairs/mobile-assets/svgs/navIcon/BenefitsSelected.svg'
Expand Down Expand Up @@ -194,7 +194,7 @@ export const Icon: FC<IconProps> = ({
width,
height,
fill,
fill2 = DesignTokens.colorWhite,
fill2 = Colors.white,
stroke,
maxWidth,
preventScaling,
Expand Down

0 comments on commit 21cf8c0

Please sign in to comment.