We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dcede9 commit 0fc6fb5Copy full SHA for 0fc6fb5
ui/home/HeroBanner.tsx
@@ -7,7 +7,7 @@ import SearchBar from 'ui/snippets/searchBar/SearchBar';
7
import UserProfileDesktop from 'ui/snippets/user/profile/UserProfileDesktop';
8
import UserWalletDesktop from 'ui/snippets/user/wallet/UserWalletDesktop';
9
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)';
+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)';
11
const TEXT_COLOR_DEFAULT = 'white';
12
const BORDER_DEFAULT = 'none';
13
0 commit comments