Skip to content

Commit

Permalink
mel feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
mjhuff committed Mar 18, 2024
1 parent a365852 commit 6e630a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/src/atoms/MenuList/OverflowBtn.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const OverflowBtn: (
return (
<Btn
css={css`
border-radius: ${BORDERS.borderRadius8};
border-radius: ${BORDERS.borderRadius4};
max-height: ${SPACING.spacing32};
&:hover {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ export function AddFixtureModal({
flexDirection={DIRECTION_ROW}
alignItems={ALIGN_CENTER}
padding={`${SPACING.spacing16} ${SPACING.spacing24}`}
css={FIXTURE_BUTTON_STYLE}
css={FIXTURE_BUTTON_STYLE_ODD}
>
<StyledText
as="p"
Expand Down Expand Up @@ -250,7 +250,7 @@ export function AddFixtureModal({
)
}

const FIXTURE_BUTTON_STYLE = css`
const FIXTURE_BUTTON_STYLE_ODD = css`
background-color: ${COLORS.grey35};
cursor: default;
border-radius: ${BORDERS.borderRadius16};
Expand Down

0 comments on commit 6e630a1

Please sign in to comment.