ui fixes
This commit is contained in:
@@ -55,8 +55,8 @@ export default function DomainSearchResults({
|
||||
className={[
|
||||
'shrink-0 px-3 py-1 rounded-full text-xs font-semibold border',
|
||||
available
|
||||
? 'border-emerald-400/30 bg-emerald-400/10 text-emerald-200'
|
||||
: 'border-rose-400/30 bg-rose-400/10 text-rose-200',
|
||||
? 'border-emerald-400/30 bg-emerald-400/10 text-emerald-200 light:text-[#0a192f]'
|
||||
: 'border-rose-400/30 bg-rose-400/10 text-rose-200 light:text-[#0a192f]',
|
||||
].join(' ')}
|
||||
>
|
||||
{available ? (isFa ? 'موجود' : 'Available') : isFa ? 'گرفته شده' : 'Taken'}
|
||||
@@ -69,7 +69,7 @@ export default function DomainSearchResults({
|
||||
className={[
|
||||
'mt-3 w-full px-4 py-2 rounded-xl text-xs font-extrabold transition-opacity',
|
||||
available
|
||||
? 'text-[#071027] bg-gradient-to-r from-emerald-400 via-cyan-400 to-indigo-500 hover:opacity-95 shadow-[0_12px_40px_rgba(34,211,238,0.14)] light:shadow-[0_14px_55px_rgba(2,6,23,0.12)]'
|
||||
? 'text-[#0a192f] bg-gradient-to-l from-[#84e1bc] to-[#80c8f5] hover:opacity-90'
|
||||
: 'text-[color:var(--text-muted-2)] bg-[color:var(--glass-02)] border border-[color:var(--border-10)] cursor-not-allowed',
|
||||
].join(' ')}
|
||||
>
|
||||
@@ -129,8 +129,8 @@ export default function DomainSearchResults({
|
||||
className={[
|
||||
'px-3 py-1 rounded-full text-xs font-semibold border inline-flex',
|
||||
available
|
||||
? 'border-emerald-400/30 bg-emerald-400/10 text-emerald-200'
|
||||
: 'border-rose-400/30 bg-rose-400/10 text-rose-200',
|
||||
? 'border-emerald-400/30 bg-emerald-400/10 text-emerald-200 light:text-[#0a192f]'
|
||||
: 'border-rose-400/30 bg-rose-400/10 text-rose-200 light:text-[#0a192f]',
|
||||
].join(' ')}
|
||||
>
|
||||
{available ? (isFa ? 'موجود' : 'Available') : isFa ? 'گرفته شده' : 'Taken'}
|
||||
|
||||
Reference in New Issue
Block a user