Skip to content

Commit

Permalink
Style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jonybur committed Nov 18, 2024
1 parent 0e2c013 commit 8bf9eaf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,9 @@ const AssetListControlBar = ({ showTokensLinks }: AssetListControlBarProps) => {
<Box
display={Display.Flex}
justifyContent={
isFullScreen ? JustifyContent.flexStart : JustifyContent.spaceBetween
process.env.PORTFOLIO_VIEW
? JustifyContent.spaceBetween
: JustifyContent.flexEnd
}
>
{process.env.PORTFOLIO_VIEW && (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@
border-radius: 8px;
padding: 0 8px !important;
gap: 5px;
text-transform: lowercase;

span::first-letter {
text-transform: uppercase;
}
}

&__buttons {
Expand Down

0 comments on commit 8bf9eaf

Please sign in to comment.