Skip to content

Commit

Permalink
chore: tweak header style
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa committed Jan 3, 2023
1 parent 8144a3d commit 1dfeff7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/app/src/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ function AppInner() {

return (
<div className="h-full w-full flex flex-col relative">
<header className="w-full flex justify-end items-center p-2 px-4">
<h1 className="text-2xl">Soundfont Player</h1>
<header className="w-full flex justify-end items-center p-2 px-4 shadow-md shadow-black/[0.05] dark:shadow-black/[0.7]">
<h1 className="text-xl">Soundfont Player</h1>
<div className="flex-1"></div>
<div className="flex gap-3 flex items-center">
<Transition
Expand Down

0 comments on commit 1dfeff7

Please sign in to comment.