Skip to content

Commit 054e91d

Browse files
committed
make tag borders more visible
1 parent a0bac96 commit 054e91d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Tag/tag.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ $tag-round-adjustment: 0 !default;
203203
&.#{$ns}-minimal,
204204
&.#{$ns}-minimal.#{$ns}-interactive {
205205
--eccgui-tag-bg: #{eccgui-color-var("identity", "background", "500")};
206-
--eccgui-tag-border: #{eccgui-color-var("identity", "background", "500")};
206+
--eccgui-tag-border: #{$tag-default-color};
207207
--eccgui-tag-text: #{$tag-default-color};
208208

209209
color: var(--eccgui-tag-text);

0 commit comments

Comments
 (0)