Skip to content

Commit

Permalink
fix: update divider line color
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelsie Besinger Yeh committed Aug 1, 2024
1 parent bcc6f88 commit 17e1a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/internal/MenuItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export function MenuItemImpl(props: MenuItemProps) {
ref={ref}
css={{
...Css.df.aic.py1.px2.cursorPointer.outline0.mh("42px").sm.$,
...(menuItem.hasDivider ? Css.bb.bcGray400.$ : {}),
...(menuItem.hasDivider ? Css.bb.bcGray700.$ : {}),
...(!isDisabled && isHovered ? (contrast ? Css.bgGray800.$ : Css.bgGray100.$) : {}),
...(isFocused ? Css.add("boxShadow", `inset 0 0 0 1px ${Palette.Blue700}`).$ : {}),
...(isDisabled ? Css.gray500.cursorNotAllowed.$ : {}),
Expand Down

0 comments on commit 17e1a30

Please sign in to comment.