Skip to content

Commit

Permalink
Refactor NoFundsCTAFlex styles in MainAddFunds.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
truemiller committed Apr 26, 2024
1 parent 07dbd10 commit e8bd9e7
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions frontend/components/Main/MainAddFunds.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,15 +102,9 @@ export const MainAddFunds = () => {
);
};

const NoFundsCTAFlex: React.FC<FlexProps> = styled(Flex)`
margin-top: 10;
border: '1px solid lightgrey';
border-radius: '2.5px';
padding: 10;
a {
font-size: 'medium';
text-decoration: 'underline';
color: 'black';
}
const NoFundsCTAFlex = styled(Flex)<FlexProps>`
margin-top: 10px;
border: 1px solid lightgrey;
border-radius: 2.5px;
padding: 10px;
`;

0 comments on commit e8bd9e7

Please sign in to comment.