(feat:sources) closer to figma,ux

This commit is contained in:
ManishMadan2882
2025-08-12 03:08:47 +05:30
parent 823d948b25
commit 9be128a963
9 changed files with 278 additions and 162 deletions

View File

@@ -303,7 +303,7 @@ export default function Sources({
/>
</div>
<button
className="bg-purple-30 hover:bg-violets-are-blue flex h-[32px] min-w-[108px] items-center justify-center rounded-full px-4 text-sm whitespace-normal text-white"
className="bg-purple-30 hover:bg-violets-are-blue flex h-[38px] min-w-[108px] items-center justify-center rounded-full px-4 text-[14px] whitespace-normal text-white"
title={t('settings.sources.addNew')}
onClick={() => {
setIsOnboarding(false);