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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue