style: export button icon size

This commit is contained in:
Maze Winther 2026-04-14 18:38:59 +02:00
parent 8a54e5d884
commit 6aa4ffe462
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ export function ExportButton() {
}}
>
<div className="relative flex items-center gap-1.5 rounded-[0.6rem] bg-linear-270 from-[#2567EC] to-[#37B6F7] px-4 py-1 shadow-[0_1px_3px_0px_rgba(0,0,0,0.65)]">
<HugeiconsIcon icon={TransitionTopIcon} className="z-50 size-4" />
<HugeiconsIcon icon={TransitionTopIcon} className="z-50 size-3.5" />
<span className="z-50 text-[0.875rem]">Export</span>
<div className="absolute top-0 left-0 z-10 flex size-full items-center justify-center rounded-[0.6rem] bg-linear-to-t from-white/0 to-white/50">
<div className="absolute top-[0.08rem] z-50 h-[calc(100%-2px)] w-[calc(100%-2px)] rounded-[0.6rem] bg-linear-270 from-[#2567EC] to-[#37B6F7]"></div>