Skip to content
This repository was archived by the owner on Jul 15, 2025. It is now read-only.

Commit 4c7354a

Browse files
authored
styles: change MarketInfo selector title's boldness (#101)
1 parent df8e6ac commit 4c7354a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/MarketInfo/MarketInfo.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export const MarketInfo: React.FC<MarketInfoProps> = ({
2222
return (
2323
<div className="inline-flex cursor-pointer mx-4 lg:mt-3" data-id="market-info">
2424
<div
25-
className="flex items-center gap-4 px-4 py-3 bg-theme-secondary rounded-lg"
25+
className="flex items-center gap-4 px-4 py-3 bg-theme-secondary rounded-lg font-medium"
2626
onClick={onClick}
2727
>
2828
{selectedMarket && (
@@ -62,7 +62,7 @@ export const MarketInfo: React.FC<MarketInfoProps> = ({
6262
)}
6363
<div className="min-w-0">
6464
<div className="flex items-center gap-2">
65-
<div className="text-base font-semibold text-theme leading-6 truncate">
65+
<div className="text-base font-medium text-theme leading-6 truncate">
6666
{title}
6767
</div>
6868
<ChevronDown className="w-5 text-theme flex-shrink-0 stroke-[1.5]" />

0 commit comments

Comments
 (0)