Skip to content

Commit

Permalink
improve styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Matushl committed Dec 14, 2024
1 parent addc128 commit 20525c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Admin/custom/PostPreview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const PostPreview: FC = () => {
{({formData}) => (
<Grid container columnSpacing={5} sx={{width: '100%'}}>
<Grid xs={12} md={4}>
<Stack gap={5} sx={{background: 'white', ml: '-10px', p: '10px', color: 'black'}}>
<Stack gap={5} sx={{color: 'black', background: 'white', p: '10px'}}>
<Post
id={0}
links={formData?.links ?? []}
Expand Down

0 comments on commit 20525c2

Please sign in to comment.