Skip to content

Commit

Permalink
Keep the text-base class on mobile screens
Browse files Browse the repository at this point in the history
  • Loading branch information
saidam90 committed Aug 11, 2024
1 parent f35feaa commit ca5ff47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/PriceChart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ export function ChartOrInfo() {
return (
<span
key={indx}
className={`text-sm sm:text-base pb-2 sm:pb-3 px-2 ${
className={`text-base pb-2 sm:pb-3 px-2 ${
isActive
? "text-dexter-green-OG border-b border-[#cafc40]"
: "text-[#768089]"
Expand Down

0 comments on commit ca5ff47

Please sign in to comment.