Skip to content

Commit 7cae7bf

Browse files
committed
refactor: minor styling changes to shared components
1 parent 4b09cac commit 7cae7bf

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

projects/common/src/color/color.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
export const enum Color {
2+
Blue1 = '#f0f6ff',
23
Blue2 = '#b8d3ff',
34
Blue3 = '#70a7ff',
45
Blue4 = '#2478ff',

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
@include overline($gray-9);
77

88
width: fit-content;
9-
height: 16px;
9+
height: 22px;
1010
padding: 3px 8px;
1111

1212
display: flex;
1313
align-items: center;
1414
justify-content: center;
1515

1616
// Default color. Could be overridden by the component
17-
background-color: $gray-1;
18-
border-radius: 8px;
17+
background-color: $blue-1;
18+
border-radius: 2px;
1919
}

projects/components/src/overlay/sheet/sheet-overlay.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ $box-shadow: -3px 0px 24px rgba(0, 0, 0, 0.12), -1px 0px 8px rgba(0, 0, 0, 0.08)
5151
box-shadow: $box-shadow;
5252
clip-path: inset(-20px -20px 0px -20px);
5353
background: white;
54-
width: 200px;
54+
width: 220px;
5555
height: 40px;
5656
transform: translate(calc(-50% - 20px), 0px) rotate(270deg);
5757
position: relative;

0 commit comments

Comments
 (0)