Skip to content

Commit 456b324

Browse files
author
Ritika Mishra
committed
updated width of candle
1 parent 17ab452 commit 456b324

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/CandleLit.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const BrightCandleView: React.FC<BrightCandleViewProps> = ({ fftData = [], betaP
4646
return (
4747
<div className="w-full h-full flex items-end justify-center min-h-0 min-w-0">
4848
<div className={`relative ${isFullPage
49-
? 'w-1/4 h-3/4 sm:w-1/4 sm:h-3/4 md:w-1/4 md:h-3/4 lg:w-1/4 lg:h-3/4 xl:w-1/4 xl:h-3/4 2xl:w-1/4 2xl:h-3/4'
49+
? 'w-1/4 h-3/4 sm:w-1/4 sm:h-3/4 md:w-1/4 md:h-3/4 lg:w-1/4 lg:h-3/4 xl:w-1/4 xl:h-3/4 2xl:w-2/9 2xl:h-3/4'
5050
: 'w-1/4 h-4/5 sm:w-1/5 sm:h-4/5 md:w-1/6 md:h-5/6 lg:w-1/6 lg:h-5/6 xl:w-1/6 xl:h-5/6'
5151
}`}
5252
>
@@ -105,7 +105,7 @@ const BrightCandleView: React.FC<BrightCandleViewProps> = ({ fftData = [], betaP
105105
>
106106
<div
107107
className={`${isFullPage
108-
? 'text-2xl sm:text-3xl md:text-4xl lg:text-5xl xl:text-6xl'
108+
? 'text-xl sm:text-2xl md:text-3xl lg:text-4xl xl:text-4xl'
109109
: 'text-xs sm:text-sm md:text-lg lg:text-xl xl:text-2xl'
110110
} font-semibold text-gray-800 px-1 sm:px-2 md:px-3 py-1 transition-all duration-300 ease-in-out`}
111111
>

0 commit comments

Comments
 (0)