mirror of
https://github.com/pezkuwichain/pezkuwi-telegram-miniapp.git
synced 2026-04-22 03:07:55 +00:00
fix: prettier formatting in P2P tab highlight
This commit is contained in:
@@ -195,7 +195,9 @@ export function P2PSection() {
|
|||||||
onClick={() => handleTabChange(tab.id)}
|
onClick={() => handleTabChange(tab.id)}
|
||||||
className={cn(
|
className={cn(
|
||||||
'flex-1 py-2 text-xs font-medium rounded-lg transition-colors',
|
'flex-1 py-2 text-xs font-medium rounded-lg transition-colors',
|
||||||
activeTab === tab.id ? 'bg-cyan-500/20 text-cyan-400 shadow-sm' : 'text-muted-foreground'
|
activeTab === tab.id
|
||||||
|
? 'bg-cyan-500/20 text-cyan-400 shadow-sm'
|
||||||
|
: 'text-muted-foreground'
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
{tab.label}
|
{tab.label}
|
||||||
|
|||||||
Reference in New Issue
Block a user