Skip to content

Commit

Permalink
test(scrollbar): update less snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
dancormier committed Oct 20, 2023
1 parent 7f522ed commit c820280
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/exports/__snapshots__/color.less.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ body:not(.theme-highcontrast):not(.theme-dark) .theme-dark__forced .themed {
--highlight-punctuation: hsl(0, 0%, 80%);
--highlight-symbol: hsl(306, 43%, 69%);
--highlight-variable: hsl(65.5, 39%, 57.5%);
--scrollbar: hsla(0, 0%, 0%, 0.2);
--scrollbar: hsla(0, 0%, 100%, 0.2);
--theme-primary: var(--theme-dark-primary-custom, var(--orange-400));
--theme-primary-100: var(--theme-dark-primary-custom-100, var(--orange-100));
--theme-primary-200: var(--theme-dark-primary-custom-200, var(--orange-200));
Expand Down Expand Up @@ -411,7 +411,7 @@ body:not(.theme-highcontrast):not(.theme-dark) .theme-dark__forced .themed {
--highlight-punctuation: hsl(0, 0%, 80%);
--highlight-symbol: hsl(306, 43%, 69%);
--highlight-variable: hsl(65.5, 39%, 57.5%);
--scrollbar: hsla(0, 0%, 0%, 0.2);
--scrollbar: hsla(0, 0%, 100%, 0.2);
--theme-primary: var(--theme-dark-primary-custom, var(--orange-400));
--theme-primary-100: var(--theme-dark-primary-custom-100, var(--orange-100));
--theme-primary-200: var(--theme-dark-primary-custom-200, var(--orange-200));
Expand Down

0 comments on commit c820280

Please sign in to comment.