Skip to content

Commit

Permalink
chore: rm shadow from sort proposal
Browse files Browse the repository at this point in the history
  • Loading branch information
nakedfool committed Sep 11, 2024
1 parent 4e533bc commit 28eb357
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const SortProposalsDropdown: FC<SortProposalsDropdownProps> = ({ defaultValue, o
leaveFrom="transform opacity-100 scale-100"
leaveTo="transform opacity-0 scale-95"
>
<MenuItems className="absolute overflow-x-clip md:-right-2 z-10 mt-4 w-36 rounded-[10px] shadow-sortProposalDropdown focus:outline-none">
<MenuItems className="absolute overflow-x-auto md:-right-2 z-10 mt-4 w-36 rounded-md border border-neutral-10 focus:outline-none">
{options.map(option => (
<MenuItem key={option.value}>
{({ focus }) => (
Expand Down
1 change: 0 additions & 1 deletion packages/react-app-revamp/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,6 @@ module.exports = {
"create-header": "0 3px 4px 0 rgba(106, 106, 106, 1)",
"timer-container": "3px 3px 4px rgba(106, 106, 106, 1)",
dialog: "0px 1px 6px 1px rgba(157, 157, 157, 1)",
sortProposalDropdown: "0px 1px 6px 1px #6A6A6A;",
"proposal-card": "1px 1px 5px 0px #E5E5E5",
"file-upload": "0 0px 100px rgba(229, 229, 229, 0.3)",
},
Expand Down

0 comments on commit 28eb357

Please sign in to comment.