feat: Update articles page UI (#13049)

This commit is contained in:
Sivin Varghese
2026-01-07 10:54:24 +05:30
committed by GitHub
parent d6d7aba465
commit b7be546934
11 changed files with 118 additions and 75 deletions
@@ -77,7 +77,7 @@ const showDivider = index => {
<template v-for="(tab, index) in tabs" :key="index">
<button
:ref="el => (tabRefs[index] = el)"
class="relative z-10 px-4 truncate py-1.5 text-sm border-0 outline-1 outline-transparent rounded-lg transition-all duration-200 ease-out hover:text-n-brand active:scale-[1.02]"
class="relative z-10 px-4 truncate py-1.5 font-460 text-sm border-0 outline-1 outline-transparent rounded-lg transition-all duration-200 ease-out hover:text-n-brand active:scale-[1.02]"
:class="[
activeTab === index
? 'text-n-blue-11 scale-100'