mirror of
https://github.com/logto-io/logto.git
synced 2025-02-24 22:05:56 -05:00
Merge pull request #901 from logto-io/charles-fix-sign-in-exp-guide-header-background-color
style(console): fix header background color in sign-in experience guide
This commit is contained in:
commit
b7ca3a1f14
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
.header {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
background-color: var(--color-on-primary);
|
||||
background-color: var(--color-layer-1);
|
||||
height: 64px;
|
||||
padding: 0 _.unit(21) 0 _.unit(2);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue