diff options
author | crupest <crupest@outlook.com> | 2023-09-01 00:01:22 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2023-09-01 00:01:22 +0800 |
commit | 9199a57cc86ebc5c0a24f8277cbc8463e8262519 (patch) | |
tree | b292369827cffd1482f606f1e197831d45064652 /FrontEnd/src/components/AppBar.tsx | |
parent | 6664fb3506b1ea4af712fa849bd7c761a06c9843 (diff) | |
download | timeline-9199a57cc86ebc5c0a24f8277cbc8463e8262519.tar.gz timeline-9199a57cc86ebc5c0a24f8277cbc8463e8262519.tar.bz2 timeline-9199a57cc86ebc5c0a24f8277cbc8463e8262519.zip |
...
Diffstat (limited to 'FrontEnd/src/components/AppBar.tsx')
-rw-r--r-- | FrontEnd/src/components/AppBar.tsx | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/FrontEnd/src/components/AppBar.tsx b/FrontEnd/src/components/AppBar.tsx index 1a5c1941..9dfec3e1 100644 --- a/FrontEnd/src/components/AppBar.tsx +++ b/FrontEnd/src/components/AppBar.tsx @@ -92,7 +92,12 @@ export default function AppBar() { </div> {isMobile && ( - <IconButton icon="list" className="toggler" onClick={toggleCollapse} /> + <IconButton + icon="list" + color="light" + className="toggler" + onClick={toggleCollapse} + /> )} </nav> ); |