File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/app/leverage/components Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,9 +31,9 @@ export function TradingViewChart() {
31
31
/>
32
32
{ isScriptReady && < TradingViewChartContainer /> }
33
33
{ ! isConnected && (
34
- < div className = 'bg-ic-black/95 absolute inset-0 z-20 flex items-center justify-center' >
34
+ < div className = 'absolute inset-0 z-20 flex items-center justify-center bg-zinc-900/95 ' >
35
35
< Button
36
- className = 'bg-ic-blue-500 dark:bg-ic-blue-300 dark: hover:bg-ic-blue-200 hover:bg-ic-blue- 500/90 text-ic-gray-50 dark:text-ic-black block rounded-md px-8 py-1 text-sm font-medium shadow-sm transition-all duration-300 hover:scale-[1.04]'
36
+ className = 'bg-ic-blue-500 hover:bg-ic-blue-500/90 text-ic-gray-50 dark:text-ic-black block rounded-full px-8 py-1 text-sm font-medium shadow-sm transition-all duration-300 hover:scale-[1.04] dark:bg-neutral-50 dark:hover:bg-neutral-200 '
37
37
onClick = { ( ) => openConnectView ( 'TradingView Chart' ) }
38
38
>
39
39
Start Trading
You can’t perform that action at this time.
0 commit comments