Skip to content

Commit 0fc6fb5

Browse files
change hero banner color
1 parent 5dcede9 commit 0fc6fb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/home/HeroBanner.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import SearchBar from 'ui/snippets/searchBar/SearchBar';
77
import UserProfileDesktop from 'ui/snippets/user/profile/UserProfileDesktop';
88
import UserWalletDesktop from 'ui/snippets/user/wallet/UserWalletDesktop';
99

10-
const BACKGROUND_DEFAULT = 'radial-gradient(103.03% 103.03% at 0% 0%, rgba(183, 148, 244, 0.8) 0%, rgba(0, 163, 196, 0.8) 100%), var(--chakra-colors-blue-400)';
10+
const BACKGROUND_DEFAULT = 'radial-gradient(103.03% 103.03% at 0% 0%, rgba(3, 35, 144, 0.8) 0%, rgba(83, 115, 196, 0.8) 100%), var(--chakra-colors-blue-400)';
1111
const TEXT_COLOR_DEFAULT = 'white';
1212
const BORDER_DEFAULT = 'none';
1313

0 commit comments

Comments
 (0)