Skip to content

Commit

Permalink
make a small css correction
Browse files Browse the repository at this point in the history
  • Loading branch information
arpitkuriyal committed Oct 24, 2024
1 parent 6a22696 commit 254b557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Dropdown/dropdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function Dropdown({ active, items, setOptions, setOptions2 }) {
<div className='w-full'>
<button
type='button'
className='flex justify-between text-white p-4 w-full justify-center gap-x-1.5 shadow-sm card-bg hover:bg-gray-50 gradient-bg no-border rounded-md'
className='flex justify-between text-white p-4 w-full gap-x-1.5 shadow-sm card-bg hover:bg-gray-50 gradient-bg no-border rounded-md'
id='menu-button'
aria-expanded='true'
aria-haspopup='true'
Expand Down

0 comments on commit 254b557

Please sign in to comment.