Skip to content

Commit

Permalink
Fix white icon
Browse files Browse the repository at this point in the history
  • Loading branch information
lukarenko committed Dec 22, 2021
1 parent 53f23dc commit 472edcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Filters/ToggleDoctorType.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ function withToggleGroup(Component) {
aria-label="pediatrician"
accept={drType}
text={t('pediatrician')}
iconNames={['PediatritianWhite', 'Kids']}
iconNames={['KidsWhite', 'Kids']}
/>
<IconToggleButton
value="gyn"
Expand Down

0 comments on commit 472edcf

Please sign in to comment.