Skip to content

Commit 9671b3f

Browse files
committed
Input label
- fix label alignment Tab - fix line height - black line appear between dots
1 parent 078446e commit 9671b3f

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

packages/ui/src/components/InputLabel/styles.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.input-label {
22
display: flex;
3-
padding: 0 var(--go-ui-spacing-2xs);
3+
padding: 0 var(--go-ui-spacing-sm);
44
color: var(--go-ui-color-gray-70);
55
gap: var(--go-ui-spacing-xs);
66

packages/ui/src/components/Tabs/Tab/styles.module.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,13 @@
8888
align-self: stretch;
8989

9090
.step-circle {
91+
position: absolute;
92+
left: 40%;
9193
flex-shrink: 0;
9294
transition: var(--go-ui-duration-transition-slow) border-color ease-in-out;
9395
border: var(--border-width) solid transparent;
9496
border-radius: 50%;
95-
background-color: var(--go-ui-color-background);
97+
background-color: transparent;
9698
padding: var(--go-ui-spacing-2xs);
9799

98100
.inner-circle {
@@ -116,7 +118,7 @@
116118
.progress-bar-start {
117119
flex-grow: 1;
118120
background-color: var(--go-ui-color-separator);
119-
height: var(--go-ui-width-separator-thin);;
121+
height: var(--go-ui-width-separator-small);
120122
}
121123
}
122124

0 commit comments

Comments
 (0)