Theme and styling
This commit is contained in:
10
client/src/components/FlexBetween.jsx
Normal file
10
client/src/components/FlexBetween.jsx
Normal file
@@ -0,0 +1,10 @@
|
||||
import { Box } from "@mui/material";
|
||||
import { styled } from "@mui/system";
|
||||
|
||||
const FlexBetween = styled(Box)({
|
||||
display: "flex",
|
||||
justifyContent: "space-between",
|
||||
alignItems: "center",
|
||||
});
|
||||
|
||||
export default FlexBetween;
|
||||
Reference in New Issue
Block a user