mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 06:56:03 +01:00
refactor(nui): Styling and sizing changes
This commit is contained in:
@@ -48,7 +48,14 @@ const TextUI: React.FC = () => {
|
||||
}
|
||||
>
|
||||
<ScaleFade in={visible} unmountOnExit>
|
||||
<Box bg="blue.400" p={3} fontFamily="Poppins" style={data.style}>
|
||||
<Box
|
||||
bg="gray.700"
|
||||
boxShadow="lg"
|
||||
p={3}
|
||||
fontFamily="Poppins"
|
||||
style={data.style}
|
||||
borderRadius="md"
|
||||
>
|
||||
<Text>{data.text}</Text>
|
||||
</Box>
|
||||
</ScaleFade>
|
||||
|
||||
Reference in New Issue
Block a user