feat(core): sync input styles with Codex and OOUI

This commit is contained in:
alistair3149 2023-07-16 20:48:37 -04:00
parent ab70217b26
commit a6bc1a8d4b
No known key found for this signature in database

View file

@ -37,8 +37,8 @@ body {
input,
select,
textarea {
border: 1px solid var( --border-color-base );
background-color: var( --color-surface-1 );
border: 1px solid var( --border-color-base--darker );
background-color: transparent;
color: var( --color-base--emphasized );
}