Added initial widgets in dashboard

This commit is contained in:
Keannu Christian Bernasol 2023-11-20 01:56:05 +08:00
parent 45c9fd588a
commit 2c0ae6770c
5 changed files with 235 additions and 9 deletions

View file

@ -38,7 +38,7 @@ export default function Header(props: props) {
}}
/>
</div>
<p style={{ ...styles.text_light, ...styles.text_M, ...{ flex: 1 } }}>
<p style={{ ...styles.text_light, ...styles.text_L, ...{ flex: 1 } }}>
{props.label}
</p>
<div style={{ flex: 1 }} />