Minor tweaks to dropdown menu

This commit is contained in:
Valtteri Karesto
2021-11-25 23:31:49 +02:00
parent 166300b8d5
commit c9740b1e8a

View File

@@ -61,6 +61,8 @@ const itemStyles = {
position: "relative",
paddingLeft: "5px",
userSelect: "none",
py: "$0.5",
pr: "$2",
gap: "$2",
"&[data-disabled]": {
@@ -113,6 +115,9 @@ const StyledItemIndicator = styled(DropdownMenuPrimitive.ItemIndicator, {
const StyledArrow = styled(DropdownMenuPrimitive.Arrow, {
fill: "$mauve2",
".dark &": {
fill: "$mauve5",
},
});
// Exports