Skip to content

Commit

Permalink
Resolved issue 1276 (#1281)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShubhamGoyal7125 committed Sep 26, 2022
1 parent 07b0292 commit a92f12e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/scss/ui/_legend.scss
Expand Up @@ -4,7 +4,7 @@ Legend
.legend {
--#{$prefix}legend-size: #{$legend-size};
display: inline-block;
background: $legend-bg;
background: var(--#{$prefix}gray-200);
width: var(--#{$prefix}legend-size);
height: var(--#{$prefix}legend-size);
border-radius: $legend-border-radius;
Expand Down

0 comments on commit a92f12e

Please sign in to comment.