Skip to content

Commit 3fc5af6

Browse files
authored
feat(app): update settings description line height (#37759)
1 parent 5586f96 commit 3fc5af6

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

packages/app/src/components/settings-v2/settings-v2.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,10 @@
133133
}
134134

135135
[data-slot="settings-v2-row-description"] {
136+
margin-block: -3.5px;
136137
font-size: 13px;
137138
font-weight: 440;
138-
line-height: 1;
139+
line-height: 20px;
139140
color: var(--v2-text-text-muted);
140141
}
141142

@@ -270,10 +271,10 @@
270271
}
271272

272273
.settings-v2-provider-description {
273-
margin: 0;
274+
margin-block: -3.5px;
274275
font-size: 13px;
275276
font-weight: 440;
276-
line-height: 1;
277+
line-height: 20px;
277278
color: var(--v2-text-text-muted);
278279
}
279280

0 commit comments

Comments
 (0)