css fix y params en home
This commit is contained in:
parent
150171fd3b
commit
ee456580d3
|
@ -43,28 +43,7 @@ export default function Home(){
|
||||||
|
|
||||||
</Box>
|
</Box>
|
||||||
</Pressable>
|
</Pressable>
|
||||||
<Pressable onPress={() => console.log("I'm Pressed")} rounded="8" overflow="hidden" borderWidth="1" borderColor="coolGray.300" maxW="96" shadow="3" bg="coolGray.100" p="5" marginTop="4">
|
|
||||||
<Box>
|
|
||||||
<HStack alignItems="center">
|
|
||||||
<Badge colorScheme="darkBlue" _text={{
|
|
||||||
color: "white"
|
|
||||||
}} variant="solid" rounded="4">
|
|
||||||
Comunicado
|
|
||||||
</Badge>
|
|
||||||
<Spacer />
|
|
||||||
<Text fontSize={10} color="coolGray.800">
|
|
||||||
1 month ago
|
|
||||||
</Text>
|
|
||||||
</HStack>
|
|
||||||
<Text color="coolGray.800" mt="3" fontWeight="medium" fontSize="xl">
|
|
||||||
Administrador General
|
|
||||||
</Text>
|
|
||||||
<Text mt="2" fontSize="sm" color="coolGray.700">
|
|
||||||
Notificacion sobre la aplicacion
|
|
||||||
</Text>
|
|
||||||
|
|
||||||
</Box>
|
|
||||||
</Pressable>
|
|
||||||
</ScrollView>
|
</ScrollView>
|
||||||
</Box>
|
</Box>
|
||||||
// <Center width={"100%"} marginTop={"auto"}>
|
// <Center width={"100%"} marginTop={"auto"}>
|
||||||
|
|
Loading…
Reference in New Issue