We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b960ae3 commit d38a33dCopy full SHA for d38a33d
projects/common/src/color/color.ts
@@ -3,6 +3,8 @@ export const enum Color {
3
Blue5 = '#0053d7',
4
BlueGray4 = '#4b5f77',
5
Gray1 = '#f4f5f5',
6
+ Gray2 = '#e1e4e5',
7
+ Gray5 = '#657277',
8
Gray7 = '#272c2e',
9
Gray9 = '#080909',
10
Orange3 = '#FDC088',
projects/components/src/label-tag/label-tag.component.scss
@@ -5,8 +5,9 @@
// Default color. Could be overridden by the component
@include overline($gray-9);
- width: 46px;
+ width: fit-content;
height: 16px;
+ padding: 3px 8px;
11
12
display: flex;
13
align-items: center;
0 commit comments