Fix simple grid at home

This commit is contained in:
2024-08-02 11:41:29 +08:00
parent aaf6fea060
commit 7915f9bd91

View File

@@ -216,7 +216,7 @@ export function Home_UiView({
<Stack h={"100%"} align="center" justify="flex-start">
<IconUserSearch size={20} color="white" />
</Stack>
<Stack spacing={0} w={"80%"}>
<Stack spacing={0} bg={"cyan"} w={"70%"}>
<Text
lineClamp={1}
fz={"sm"}