Skip to content

Commit

Permalink
Fix: adjust vertical tab background opacity for improved visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-cheff committed Nov 10, 2024
1 parent 9443169 commit 0e02cb1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -806,7 +806,7 @@
border-radius: var(--border-radius-medium);

&:not([selected]) .tab-background {
background: light-dark(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.1));
background: light-dark(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1));
box-shadow: none;
}

Expand Down

0 comments on commit 0e02cb1

Please sign in to comment.