Skip to content

Commit

Permalink
Merge pull request #42828 from Expensify/revert-42313-41901-fix
Browse files Browse the repository at this point in the history
[CP Staging] Revert "Fix: add darker color for markdown"
  • Loading branch information
mountiny authored May 30, 2024
2 parents f26c9f5 + 7f6fd33 commit ddd3faf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/utils/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1324,7 +1324,7 @@ const createStyleUtils = (theme: ThemeColors, styles: ThemeStyles) => ({
case CONST.BUTTON_STATES.PRESSED:
return {backgroundColor: theme.buttonPressedBG};
case CONST.BUTTON_STATES.ACTIVE:
return isMenuItem ? {backgroundColor: theme.hoverComponentBG} : {backgroundColor: theme.buttonHoveredBG};
return isMenuItem ? {backgroundColor: theme.border} : {backgroundColor: theme.buttonHoveredBG};
case CONST.BUTTON_STATES.DISABLED:
case CONST.BUTTON_STATES.DEFAULT:
default:
Expand Down

0 comments on commit ddd3faf

Please sign in to comment.