Skip to content

Commit

Permalink
Fix highlights text color in light themes
Browse files Browse the repository at this point in the history
  • Loading branch information
UdaraJay committed Jan 1, 2024
1 parent dd16d1c commit 0b37f8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/pages/Pile/Posts/Post/Ball/Ball.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ button {
.DropdownMenuSubTrigger {
font-size: 13px;
line-height: 1;
color: var(--active-text);
color: var(--primary);
border-radius: 5px;
display: flex;
align-items: center;
Expand Down

0 comments on commit 0b37f8c

Please sign in to comment.