Skip to content

Commit

Permalink
Small UI fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kattylucy committed Oct 15, 2024
1 parent 51d7612 commit fcbb4ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion centrifuge-app/src/components/LayoutBase/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export function LayoutBase(): JSX.Element {
</MobileBar>
</>
)}
{/* The ID functions so we can deactive scrolling in certain pages, example in the data page */}
{/* The ID functions so we can deactive scrolling in certain pages, example in the data */}
<ContentWrapper id="content-wrapper">
<Outlet />
</ContentWrapper>
Expand Down
1 change: 1 addition & 0 deletions centrifuge-app/src/components/PoolCard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ const StyledCard = styled(Card)`
margin-right: 12px;
margin-bottom: 12px;
padding: 12px;
border: 1px solid rgba(207, 207, 207, 0.5);
&:hover {
border: 1px solid ${({ theme }) => theme.colors.backgroundTertiary};
Expand Down

0 comments on commit fcbb4ba

Please sign in to comment.