Skip to content

Commit 23f0af3

Browse files
committed
fix wallet bg color
1 parent b1d46d2 commit 23f0af3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

devconnect-app/src/config/nav-items.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ export const NAV_ITEMS: NavItem[] = [
9191
label: 'Wallet',
9292
href: '/',
9393
icon: WalletIcon,
94-
backgroundColor: 'rgba(136, 85, 204, 0.15)',
94+
backgroundColor: 'rgba(204, 186, 229, 0.75)',
9595
tabItems: [
9696
{
9797
label: 'Wallet',

0 commit comments

Comments
 (0)