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

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",