mirror of
https://github.com/lemeow125/Borrowing-TrackerFrontend.git
synced 2025-08-04 02:23:26 +08:00
Added initial widgets in dashboard
This commit is contained in:
parent
45c9fd588a
commit
2c0ae6770c
5 changed files with 235 additions and 9 deletions
|
@ -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 }} />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue