File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
src/styles/components/chat Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 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 }
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
You can’t perform that action at this time.
0 commit comments