Skip to content

Commit

Permalink
Merge branch 'main' into env/testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
canhtrinh committed Jan 8, 2024
2 parents c464aa4 + 07ae840 commit 57ba1d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/maestro/src/ui/layouts/MainLayout/Appbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ const Appbar: FC<AppbarProps> = (props) => {
return (
<Navbar
className={cn(
"bg-base-100 fixed top-0 px-2 transition-all md:px-6",
"bg-base-100 fixed top-0 z-10 px-2 transition-all md:px-6",
{
"bg-base-200/80 shadow-lg backdrop-blur-sm md:shadow-xl": isSticky,
"z-10": isSticky && !state.isDrawerOpen,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const TokenDetailsSection: FC<TokenDetailsSectionProps> = (props) => {
);

return (
<section className="z-[-1] grid gap-6">
<section className="grid gap-6">
<div className="flex items-center justify-between">
<div className="flex flex-wrap items-center gap-2 text-2xl font-bold">
<span className="hidden sm:inline">
Expand Down

0 comments on commit 57ba1d0

Please sign in to comment.