Skip to content

Commit

Permalink
* label: change default label style.
Browse files Browse the repository at this point in the history
  • Loading branch information
catouse committed Mar 11, 2024
1 parent 0080d80 commit e532692
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/label/src/vars.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
:root {
--label-bg: var(--color-gray-50);
--label-border-color: var(--color-gray-500);
--label-bg: rgba(var(--color-canvas-rgb), .1);
--label-border-color: var(--color-gray-300);
--label-color: var(--color-gray-500);
--label-radius: var(--radius);
}

0 comments on commit e532692

Please sign in to comment.