Skip to content

Commit

Permalink
fix(more-menu): use primary background color
Browse files Browse the repository at this point in the history
Signed-off-by: jdev082 <[email protected]>
  • Loading branch information
jdev082 committed Dec 22, 2024
1 parent ec96fad commit 74a82a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ ul {
width: fit-content;
height: fit-content;
color: var(--foreground);
background-color: var(--secondary);
background-color: var(--primary);
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

Expand Down

0 comments on commit 74a82a1

Please sign in to comment.