mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-11 16:05:47 +01:00
💄 DateModule styling
This commit is contained in:
@@ -32,7 +32,7 @@ export default function DateComponent(props: any) {
|
|||||||
}, []);
|
}, []);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Group p="sm" direction="column">
|
<Group p="sm" spacing="xs" direction="column">
|
||||||
<Title>{dayjs(date).format(formatString)}</Title>
|
<Title>{dayjs(date).format(formatString)}</Title>
|
||||||
<Text size="xl">{dayjs(date).format('dddd, MMMM D')}</Text>
|
<Text size="xl">{dayjs(date).format('dddd, MMMM D')}</Text>
|
||||||
</Group>
|
</Group>
|
||||||
|
|||||||
Reference in New Issue
Block a user