Skip to content

Commit

Permalink
borderRadius16 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mjhuff committed Mar 18, 2024
1 parent 54615ee commit c6790e2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ export function AddFixtureModal({
justifyContent={JUSTIFY_SPACE_BETWEEN}
padding={`${SPACING.spacing8} ${SPACING.spacing16}`}
backgroundColor={COLORS.grey20}
borderRadius={BORDERS.borderRadius8}
borderRadius={BORDERS.borderRadius16}
>
<StyledText css={TYPOGRAPHY.pSemiBold}>
{fixtureDisplayName}
Expand Down Expand Up @@ -253,7 +253,7 @@ export function AddFixtureModal({
const FIXTURE_BUTTON_STYLE = css`
background-color: ${COLORS.grey35};
cursor: default;
border-radius: ${BORDERS.borderRadiusFull};
border-radius: ${BORDERS.borderRadius16};
box-shadow: none;
&:focus {
Expand Down

0 comments on commit c6790e2

Please sign in to comment.