Skip to content

Commit

Permalink
fix: remove the unrecognized border width on Android (#6360)
Browse files Browse the repository at this point in the history
  • Loading branch information
huhuanming authored Dec 18, 2024
1 parent 84e82b5 commit ab21e75
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ const SwapHeaderRightActionContainer = ({
userSelect="none"
borderRadius="$full"
borderColor="$icon"
borderWidth="1.2px"
borderWidth={1.2}
alignItems="center"
justifyContent="center"
hoverStyle={{
Expand Down

0 comments on commit ab21e75

Please sign in to comment.