Skip to content

Commit

Permalink
style: adds styles for options groups
Browse files Browse the repository at this point in the history
  • Loading branch information
sashamilenkovic committed Apr 22, 2024
1 parent ab5f882 commit 4a748a7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/families/dropdown.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,15 @@ export default {
group-data-[overscroll]:shadow-none
group-data-[overscroll]:border-none
`,
listitemGroup: `
px-2
py-2
`,
groupLabel: `
px-2: true
py-2: true
opacity-50
`,
listbox: `
bg-white
$radius(0,rounded-none,rounded-2xl)
Expand Down

0 comments on commit 4a748a7

Please sign in to comment.