mirror of
https://github.com/lemeow125/Borrowing-TrackerFrontend.git
synced 2025-05-17 11:58:14 +08:00
color changes
This commit is contained in:
parent
96c8f9a150
commit
fafde17266
5 changed files with 13 additions and 10 deletions
|
@ -48,6 +48,7 @@ export default function Dashboard() {
|
|||
alignItems: "center",
|
||||
justifyContent: "center",
|
||||
paddingTop: "64px",
|
||||
|
||||
},
|
||||
}}
|
||||
>
|
||||
|
@ -66,7 +67,7 @@ export default function Dashboard() {
|
|||
}
|
||||
return (
|
||||
<div style={styles.background}>
|
||||
<Header label={"Dashboard"} />
|
||||
<Header label={"Dashboard"} />
|
||||
<RestrictedComponent allow_only={"Technician"}>
|
||||
<TechnicianWidgets />
|
||||
</RestrictedComponent>
|
||||
|
|
|
@ -63,9 +63,9 @@ export default function LandingPage() {
|
|||
}}
|
||||
>
|
||||
<p style={{ ...styles.text_dark, ...styles.text_L }}>
|
||||
CSM BORROWING
|
||||
Gwapo
|
||||
<br />
|
||||
SYSTEM
|
||||
Jophiel
|
||||
</p>
|
||||
<div style={{ ...styles.flex_column }}>
|
||||
<Button
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue