Skip to content

Commit

Permalink
Adjust multi-line formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
abigailalexander committed Apr 9, 2024
1 parent 1d4b5b6 commit 662b808
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui/widgets/ChoiceButton/choiceButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ export const ChoiceButtonComponent = (
boxShadow:
selected === idx
? `inset 0px ${Math.round(height / 6)}px ${Math.round(
height / 4
)}px 0px rgba(0,0,0,0.3)`
height / 4
)}px 0px rgba(0,0,0,0.3)`
: "none"
}}
key={item}
Expand Down

0 comments on commit 662b808

Please sign in to comment.