feat(ui): единый акцентный цвет #EA580C, логотип в цветах гусей
- Замена всех акцентных цветов (sky, cyan, #24A0ED) на #EA580C - Логотип GooSeek на главной — палитра гусей (серый + оранжевый клюв) - Обновлены: кнопки, ссылки, иконки, hover-состояния, переключатели Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -47,7 +47,7 @@ const SetupWizard = ({
|
||||
className="text-4xl md:text-6xl xl:text-8xl font-normal tracking-tight"
|
||||
>
|
||||
Welcome to{' '}
|
||||
<span className="text-[#24A0ED] italic">
|
||||
<span className="text-[#EA580C] italic">
|
||||
GooSeek
|
||||
</span>
|
||||
</motion.h2>
|
||||
@@ -71,7 +71,7 @@ const SetupWizard = ({
|
||||
transition: { delay: 0.8, duration: 0.7 },
|
||||
}}
|
||||
exit={{ opacity: 0, scale: 1.1, transition: { duration: 0.6 } }}
|
||||
className="bg-[#24A0ED] left-50 translate-x-[-50%] h-[250px] w-[250px] rounded-full relative z-40 blur-[100px]"
|
||||
className="bg-[#EA580C] left-50 translate-x-[-50%] h-[250px] w-[250px] rounded-full relative z-40 blur-[100px]"
|
||||
/>
|
||||
</div>
|
||||
)}
|
||||
@@ -92,7 +92,7 @@ const SetupWizard = ({
|
||||
className="text-2xl md:text-4xl xl:text-6xl font-normal tracking-tight"
|
||||
>
|
||||
Let us get{' '}
|
||||
<span className="text-[#24A0ED] italic">
|
||||
<span className="text-[#EA580C] italic">
|
||||
GooSeek
|
||||
</span>{' '}
|
||||
set up for you
|
||||
|
||||
Reference in New Issue
Block a user