Skip to content

Commit

Permalink
updated shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
SamBobBarnes committed Oct 13, 2024
1 parent b43180d commit d144421
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export function InfoBubble({ label, textWidth }: InfoBubbleProps) {
borderRadius: 4,
border: '1px solid ' + theme.buttonNormalBorder,
zIndex: 300,
boxShadow: theme.buttonNormalShadow,
boxShadow: theme.buttonPrimaryShadow,
}}
>
<Text
Expand Down

0 comments on commit d144421

Please sign in to comment.