Update select.css.ts

This commit is contained in:
Zamitto 2024-05-22 22:08:16 -03:00 committed by GitHub
parent 952b10fb06
commit 0d43dcec8e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -37,6 +37,7 @@ export const select = recipe({
export const option = style({
backgroundColor: vars.color.darkBackground,
borderRight: "4px solid",
borderColor: "transparent",
borderRadius: "8px",
width: "fit-content",