Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jgentes committed Dec 29, 2023
1 parent 2042da2 commit 258462e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/components/tracks/Controls.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ const EjectControl = ({ trackId }: { trackId: Track['id'] }) => {
return (
<Button
isIconOnly
variant="ghost"
variant="light"
color="primary"
size="sm"
radius="sm"
Expand Down Expand Up @@ -396,7 +396,7 @@ const MixControl = ({ tracks }: { tracks: MixPrefs['tracks'] }) => {
return (
<Tabs
aria-label="Mix Controls"
variant="bordered"
variant="light"
classNames={{
base: 'border-1 border-primary-300 rounded',
tabList: 'rounded h-7 bg-primary-50 px-0 gap-.5',
Expand Down
4 changes: 2 additions & 2 deletions app/components/tracks/TrackDrawer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ const TrackDrawer = () => {
/>
}
classNames={{
base: 'border-t-1 border-primary-300',
base: 'border-t-1 border-primary-300 bg-default-50',
trigger: 'p-0',
titleWrapper: 'flex-row justify-center',
content: 'mx-4'
content: 'px-4 pb-4 pt-1'
}}
>
<TrackTable />
Expand Down

0 comments on commit 258462e

Please sign in to comment.