Skip to content

Commit

Permalink
💄style: improve style
Browse files Browse the repository at this point in the history
  • Loading branch information
blinko-space committed Nov 7, 2024
1 parent e07eed4 commit d7096f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Layout/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ export const CommonLayout = observer(({
/>
</Button>
<div className="w-full truncate text-xl font-normal md:font-bold text-default-700 flex gap-2 items-center justify-center">
<div className="w-[3px] h-[16px] bg-primary" />
<div className="w-[4px] h-[16px] bg-primary rounded-xl" />
{/* @ts-ignore */}
<div className="font-black select-none">{t(base.currentTitle)}</div>
<Icon className="cursor-pointer hover:rotate-180 transition-all" onClick={e => blinkoStore.updateTicker++} icon="fluent:arrow-sync-12-filled" width="20" height="20" />
Expand Down

0 comments on commit d7096f3

Please sign in to comment.