We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 404fed5 commit 540a0eeCopy full SHA for 540a0ee
packages/components/src/custom-select-control-v2/styles.ts
@@ -105,8 +105,11 @@ export const Select = styled( Ariakit.Select, {
105
} );
106
107
export const SelectPopover = styled( Ariakit.SelectPopover )`
108
+ display: flex;
109
+ flex-direction: column;
110
+
111
+ background-color: ${ COLORS.theme.background };
112
border-radius: 2px;
- background: ${ COLORS.theme.background };
113
border: 1px solid ${ COLORS.theme.foreground };
114
115
/* Same as popover component */
0 commit comments