Skip to content

Commit

Permalink
revert AdressInfoDropdown changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ishtails committed Sep 22, 2024
1 parent 72e13ed commit 9d6a8a9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,10 @@ export const AddressInfoDropdown = ({
</span>
<ChevronDownIcon className="h-6 w-4 ml-2 sm:ml-0" />
</summary>
<ul tabIndex={0} className="dropdown-content menu z-[2] p-2 mt-2 bg-base-200 rounded-box gap-1">
<ul
tabIndex={0}
className="dropdown-content menu z-[2] p-2 mt-2 shadow-center shadow-accent bg-base-200 rounded-box gap-1"
>
<NetworkOptions hidden={!selectingNetwork} />
<li className={selectingNetwork ? "hidden" : ""}>
{addressCopied ? (
Expand Down
2 changes: 1 addition & 1 deletion packages/nextjs/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ module.exports = {
"primary-content": "#F9FBFF",
secondary: "#12292f",
"secondary-content": "#F9FBFF",
accent: "#4969A6",
accent: "#204954",
"accent-content": "#F9FBFF",
neutral: "#F9FBFF",
"neutral-content": "#385183",
Expand Down

0 comments on commit 9d6a8a9

Please sign in to comment.