Skip to content

Commit

Permalink
fix: correct color for delete details button
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Jul 31, 2024
1 parent add57d4 commit 17bbfe9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ details[open] summary {
display: inline-block;
font: inherit;
font-size: 2rem;
color: var(--tui-text-secondary);
color: var(--tui-base-06);
height: 100%;
width: 100%;
line-height: 0.8rem;
Expand Down

0 comments on commit 17bbfe9

Please sign in to comment.