Skip to content

Commit a1c8265

Browse files
fix: addressing review comments
1 parent b61180e commit a1c8265

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

projects/components/src/label-tag/label-tag.component.scss

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,9 @@
1212
display: flex;
1313
align-items: center;
1414
justify-content: center;
15+
gap: 4px;
1516

1617
// Default color. Could be overridden by the component
1718
background-color: $blue-1;
1819
border-radius: 2px;
19-
20-
.prefix-icon {
21-
margin-right: 4px;
22-
}
2320
}

projects/components/src/label-tag/label-tag.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import { IconSize } from '../icon/icon-size';
99
template: `
1010
<div class="label-tag" [ngStyle]="{ backgroundColor: this.backgroundColor, color: this.labelColor }">
1111
<ht-icon
12-
class="prefix-icon"
1312
*ngIf="this.prefixIcon"
1413
[icon]="this.prefixIcon"
1514
size="${IconSize.Small}"

0 commit comments

Comments
 (0)