Skip to content

Commit ab2ce4b

Browse files
authored
fix: decrease dropdown arrow spacing (#414)
1 parent 4ee3d94 commit ab2ce4b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/styles/components/chat/_chat-prompt-wrapper.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,13 +250,14 @@
250250
}
251251
> .mynah-form-input-container.no-border {
252252
> .select-auto-width-sizer {
253+
font-size: var(--mynah-font-size-xsmall);
253254
padding-right: calc(var(--mynah-sizing-half) + 1em);
254255
}
255256
> select {
256257
width: auto;
257258
min-width: auto;
258259
color: var(--mynah-color-text-default);
259-
font-size: var(--mynah-font-size-small);
260+
font-size: var(--mynah-font-size-xsmall);
260261
& + i {
261262
font-size: var(--mynah-font-size-xsmall);
262263
}
@@ -392,7 +393,7 @@
392393
pointer-events: none;
393394
}
394395
&::before {
395-
border: var(--mynah-border-width) solid var(--mynah-color-text-input-border);
396+
border: var(--mynah-border-width) solid var(--mynah-color-text-input-border-focused);
396397
}
397398
}
398399

0 commit comments

Comments
 (0)