Skip to content

Commit 540a0ee

Browse files
committed
Switch to flexbox
1 parent 404fed5 commit 540a0ee

File tree

1 file changed

+4
-1
lines changed
  • packages/components/src/custom-select-control-v2

1 file changed

+4
-1
lines changed

packages/components/src/custom-select-control-v2/styles.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,11 @@ export const Select = styled( Ariakit.Select, {
105105
} );
106106

107107
export const SelectPopover = styled( Ariakit.SelectPopover )`
108+
display: flex;
109+
flex-direction: column;
110+
111+
background-color: ${ COLORS.theme.background };
108112
border-radius: 2px;
109-
background: ${ COLORS.theme.background };
110113
border: 1px solid ${ COLORS.theme.foreground };
111114
112115
/* Same as popover component */

0 commit comments

Comments
 (0)