Skip to content

Commit d38a33d

Browse files
authored
fix: add more colors. css fix for label tags (#331)
1 parent b960ae3 commit d38a33d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

projects/common/src/color/color.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ export const enum Color {
33
Blue5 = '#0053d7',
44
BlueGray4 = '#4b5f77',
55
Gray1 = '#f4f5f5',
6+
Gray2 = '#e1e4e5',
7+
Gray5 = '#657277',
68
Gray7 = '#272c2e',
79
Gray9 = '#080909',
810
Orange3 = '#FDC088',

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55
// Default color. Could be overridden by the component
66
@include overline($gray-9);
77

8-
width: 46px;
8+
width: fit-content;
99
height: 16px;
10+
padding: 3px 8px;
1011

1112
display: flex;
1213
align-items: center;

0 commit comments

Comments
 (0)