Skip to content

Commit dcc799e

Browse files
authored
feat: improve styles in preview pane (#168)
1 parent 04f6153 commit dcc799e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/styles/app.pcss

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,11 +157,15 @@ button:disabled {
157157
@apply block text-gray-700 text-sm font-bold mb-2;
158158
}
159159

160-
.preview input {
161-
@apply block appearance-none border rounded w-full py-2 px-3 mb-2 text-gray-700 leading-tight;
160+
.preview input,
161+
.preview textarea,
162+
.preview select {
163+
@apply block appearance-none border rounded w-full py-2 px-3 mb-2 bg-white text-gray-700 leading-tight;
162164
}
163165

164166
.preview input:focus,
167+
.preview textarea:focus,
168+
.preview select:focus,
165169
.preview button:focus {
166170
@apply outline-none border border-gray-700;
167171
}

0 commit comments

Comments
 (0)