diff --git a/src/renderer/src/components/select/select.css.ts b/src/renderer/src/components/select/select.css.ts index 0d46c2f1..ad3e7e19 100644 --- a/src/renderer/src/components/select/select.css.ts +++ b/src/renderer/src/components/select/select.css.ts @@ -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",