feat(ui): единый акцентный цвет #EA580C, логотип в цветах гусей

- Замена всех акцентных цветов (sky, cyan, #24A0ED) на #EA580C
- Логотип GooSeek на главной — палитра гусей (серый + оранжевый клюв)
- Обновлены: кнопки, ссылки, иконки, hover-состояния, переключатели

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
home
2026-02-20 21:25:15 +03:00
parent 0989eed206
commit 61770527d1
25 changed files with 45 additions and 45 deletions

View File

@@ -46,7 +46,7 @@ const AttachSmall = () => {
return loading ? (
<div className="flex flex-row items-center justify-between space-x-1 p-1 ">
<LoaderCircle size={20} className="text-sky-500 animate-spin" />
<LoaderCircle size={20} className="text-[#EA580C] animate-spin" />
</div>
) : files.length > 0 ? (
<Popover className="max-w-[15rem] md:max-w-md lg:max-w-lg">
@@ -56,7 +56,7 @@ const AttachSmall = () => {
type="button"
className="flex flex-row items-center justify-between space-x-1 p-1 text-black/50 dark:text-white/50 rounded-xl hover:bg-light-secondary dark:hover:bg-dark-secondary active:scale-95 transition duration-200 hover:text-black dark:hover:text-white"
>
<File size={20} className="text-sky-500" />
<File size={20} className="text-[#EA580C]" />
</PopoverButton>
<AnimatePresence>
{open && (