Skip to content

Commit

Permalink
Merge pull request #43077 from tienifr/fix/40992-fallback-avatar
Browse files Browse the repository at this point in the history
fix Fallback avatar background and selection highlight have the same color
  • Loading branch information
grgia authored Jun 28, 2024
2 parents defc4c9 + 625cb59 commit cb8fce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1799,7 +1799,7 @@ const styles = (theme: ThemeColors) =>
},

sidebarLinkActive: {
backgroundColor: theme.buttonHoveredBG,
backgroundColor: theme.activeComponentBG,
textDecorationLine: 'none',
},

Expand Down

0 comments on commit cb8fce8

Please sign in to comment.