mirror of
https://github.com/LucasVbr/meeting-app.git
synced 2026-05-13 17:21:53 +00:00
fix(bg color profile): bg color profile
This commit is contained in:
@@ -162,7 +162,7 @@ export default function UserProfile() {
|
|||||||
};
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Box bgColor={"purple.50"}>
|
<Box height={"100%"}>
|
||||||
<Container justifyContent={"center"} maxW={"70rem"} mt={"1rem"}>
|
<Container justifyContent={"center"} maxW={"70rem"} mt={"1rem"}>
|
||||||
<Flex flexDirection={"column"} alignItems={"center"} gap={"1rem"}>
|
<Flex flexDirection={"column"} alignItems={"center"} gap={"1rem"}>
|
||||||
<Box width={"50%"}>
|
<Box width={"50%"}>
|
||||||
|
|||||||
Reference in New Issue
Block a user