chore: Feedback fixes

This commit is contained in:
iamsivin
2025-12-22 17:22:42 +05:30
parent 8191d65033
commit dcd41cdae0
30 changed files with 124 additions and 60 deletions
@@ -20,10 +20,10 @@ const handleButtonClick = button => {
<template>
<div
class="flex flex-col items-start gap-3 justify-between ltr:pl-4 ltr:pr-2 rtl:pl-2 rtl:pr-4 my-2 py-2"
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="font-medium text-base text-n-slate-12">{{ title }}</span>
<span class="text-heading-1 text-n-slate-12">{{ title }}</span>
<div class="flex items-center h-6">
<Button
v-for="button in buttons"