Skip to content

Commit

Permalink
Update Shoko Logo (#991)
Browse files Browse the repository at this point in the history
* Update Shoko Logo

Uses Queuecumbr's .svg and adds customizable colour options to the theme .css

* Update ShokoIcon.tsx

- move transforms above d

* Update ShokoIcon.tsx

- condense transforms

* Remove Shoko Logo Colors from Tailwind Config

* Revert Common.css and Fill from SVG

* Slightly Increase Width

* It was too big
  • Loading branch information
natyusha authored Aug 19, 2024
1 parent abbc933 commit 237aad5
Show file tree
Hide file tree
Showing 4 changed files with 125 additions and 11 deletions.
2 changes: 1 addition & 1 deletion src/components/Layout/TopNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ function TopNav() {
>
<div className="mx-auto flex w-full max-w-[120rem] items-center justify-between p-6">
<Link to="/webui/dashboard" className="flex items-center gap-x-3">
<ShokoIcon className="w-8" />
<ShokoIcon className="w-20" />
<span className="mt-1 text-xl font-semibold text-header-text">Shoko</span>
</Link>
<div className="flex items-center gap-x-6">
Expand Down
Loading

0 comments on commit 237aad5

Please sign in to comment.