feat: Update settings pages UI (#13191)

This commit is contained in:
Sivin Varghese
2026-01-15 12:30:53 +05:30
committed by GitHub
parent f6b2bc170e
commit ea592481d1
120 changed files with 2388 additions and 2023 deletions
@@ -23,7 +23,7 @@ const handleButtonClick = button => {
class="flex flex-col items-start gap-3 justify-between ltr:pl-4 ltr:pr-2 rtl:pl-2 rtl:pr-4 my-2 pt-2"
>
<div class="flex items-center justify-between gap-2 flex-1 w-full">
<span class="text-heading-1 text-n-slate-12">{{ title }}</span>
<span class="text-heading-2 text-n-slate-12">{{ title }}</span>
<div class="flex items-center h-6">
<Button
v-for="button in buttons"