Skip to content

Commit

Permalink
fix: adjust '+' line height to one
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanghou committed Mar 20, 2024
1 parent 315bfba commit 2ec97a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ const TextButton: React.FC<SubmitProps> = ({
}}
/>
<Button w={20} h={20} onClick={onSubmit}>
<Text color="blue600" variant="boldtitle2">
<Text color="blue600" variant="boldtitle2" style={{ lineHeight: 1 }}>
+
</Text>
</Button>
Expand Down

0 comments on commit 2ec97a5

Please sign in to comment.