mirror of
https://github.com/pezkuwichain/pezkuwi-telegram-miniapp.git
synced 2026-04-21 23:37: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)}
|
||||
className={cn(
|
||||
'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}
|
||||
|
||||
Reference in New Issue
Block a user