Recordscreen darkkmode updated

This commit is contained in:
amit
2024-11-08 21:51:53 +05:30
parent 024468f8d7
commit 2d964fb798
5 changed files with 20 additions and 9 deletions

View File

@@ -20,10 +20,12 @@ export const Loader: React.FC<LoaderProps> = ({ text }) => {
};
const StyledParagraph = styled.p`
font-size: large;
font-size: medium;
font-weight: 700;
font-family: inherit;
color: #333;
margin-top: 20px;
flex:wrap;
`;
const DotsContainer = styled.div`