Skip to content

Commit

Permalink
fix: fix Save & Exit text variant (#10675)
Browse files Browse the repository at this point in the history
fix: fix variant
  • Loading branch information
dariakoko committed Aug 28, 2024
1 parent 072aeed commit 83f9134
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export const SubmitArtworkTopNavigation: React.FC<{}> = () => {
{!!showSaveAndExit && (
<Flex style={{ flexGrow: 1, alignItems: "flex-end" }}>
<Touchable onPress={handleSaveAndExitPress}>
<Text variant="xs">{!hasCompletedForm ? "Save & " : ""}Exit</Text>
<Text variant="sm">{!hasCompletedForm ? "Save & " : ""}Exit</Text>
</Touchable>
</Flex>
)}
Expand Down

0 comments on commit 83f9134

Please sign in to comment.