Skip to content

Commit 86194c4

Browse files
committed
linting
1 parent aba6098 commit 86194c4

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

packages/components/src/styles/components/badge-count.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
// BADGE-COUNT COMPONENT
88
//
99

10-
1110
$hds-badge-count-sizes: ("small", "medium", "large");
1211
$hds-badge-count-colors: ("neutral", "neutral-dark-mode");
1312
$hds-badge-count-types: ("filled", "inverted", "outlined");

packages/components/src/styles/components/badge.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
// BADGE COMPONENT
88
//
99

10-
1110
$hds-badge-sizes: ("small", "medium", "large");
1211
$hds-badge-colors: ("neutral", "neutral-dark-mode", "highlight", "success", "warning", "critical");
1312
$hds-badge-types: ("filled", "inverted", "outlined");

packages/components/src/styles/mixins/_button.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,8 +244,7 @@ $hds-button-sizes: ("small", "medium", "large");
244244
@each $size in $hds-button-sizes {
245245
.#{$blockName}--size-#{$size} {
246246
min-height: var(--token-button-height-#{$size});
247-
padding: var(--token-button-padding-vertical-#{$size})
248-
var(--token-button-padding-horizontal-#{$size});
247+
padding: var(--token-button-padding-vertical-#{$size}) var(--token-button-padding-horizontal-#{$size});
249248

250249
.#{$blockName}__icon {
251250
width: var(--token-button-icon-size-#{$size});

0 commit comments

Comments
 (0)