diff options
author | crupest <crupest@outlook.com> | 2021-06-03 22:11:34 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-06-03 22:11:34 +0800 |
commit | b8a43d19cc3e850d42959ca019a3de6a453de11d (patch) | |
tree | ac97f51d5298c6f2258cc9a800278316c59d2e23 /FrontEnd/src | |
parent | 700041c3be0aa31f319804c5871c1a3c2e6e00c5 (diff) | |
download | timeline-b8a43d19cc3e850d42959ca019a3de6a453de11d.tar.gz timeline-b8a43d19cc3e850d42959ca019a3de6a453de11d.tar.bz2 timeline-b8a43d19cc3e850d42959ca019a3de6a453de11d.zip |
feat: Full page app bar use primary color.
Diffstat (limited to 'FrontEnd/src')
-rw-r--r-- | FrontEnd/src/app/views/common/common.sass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/src/app/views/common/common.sass b/FrontEnd/src/app/views/common/common.sass index 32d1d1e9..cbf7292e 100644 --- a/FrontEnd/src/app/views/common/common.sass +++ b/FrontEnd/src/app/views/common/common.sass @@ -152,7 +152,7 @@ right: 0
z-index: 1
- @extend .bg-primary
+ background-color: var(--tl-primary-color)
display: flex
align-items: center
|