File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
typescript/ui/src/features/wallet Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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" >
You can’t perform that action at this time.
0 commit comments