chore: Bump outline-icons (#5170

* Bump outline-icons to default use currentColor

* wip
This commit is contained in:
Tom Moor
2023-04-08 11:16:05 -04:00
committed by GitHub
parent 489cfcd0b0
commit aab3a49f2c
70 changed files with 113 additions and 190 deletions

View File

@@ -94,7 +94,7 @@ const Modal: React.FC<Props> = ({
)}
<Text as="span" size="large">
<NudeButton onClick={onRequestClose}>
<CloseIcon color="currentColor" />
<CloseIcon />
</NudeButton>
</Text>
</Header>
@@ -119,10 +119,10 @@ const Modal: React.FC<Props> = ({
</Centered>
</Content>
<Close onClick={onRequestClose}>
<CloseIcon size={32} color="currentColor" />
<CloseIcon size={32} />
</Close>
<Back onClick={onRequestClose}>
<BackIcon size={32} color="currentColor" />
<BackIcon size={32} />
<Text as="span">{t("Back")} </Text>
</Back>
</Fullscreen>