Skip to content

Commit 2f97fad

Browse files
gabitoesmiapodofernandomg
authored andcommitted
fix: slide menu title background color
1 parent 993ae8d commit 2f97fad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

typescript/ui/src/features/wallet/SideBarMenu.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export function SideBarMenu({
7474
</button>
7575
)}
7676
<div className="flex h-full w-full flex-col overflow-y-auto">
77-
<div className="w-full rounded-t-md bg-primary-500 px-3.5 py-2 text-base font-normal tracking-wider text-white">
77+
<div className="w-full rounded-t-md bg-accent-500 px-3.5 py-2 text-base font-normal tracking-wider text-white">
7878
Connected Wallets
7979
</div>
8080
<AccountList
@@ -83,7 +83,7 @@ export function SideBarMenu({
8383
onCopySuccess={onCopySuccess}
8484
className="px-3 py-3"
8585
/>
86-
<div className="mb-4 w-full bg-primary-500 px-3.5 py-2 text-base font-normal tracking-wider text-white">
86+
<div className="mb-4 w-full bg-accent-500 px-3.5 py-2 text-base font-normal tracking-wider text-white">
8787
Transfer History
8888
</div>
8989
<div className="flex grow flex-col px-3.5">

0 commit comments

Comments
 (0)