mirror of
https://github.com/logto-io/logto.git
synced 2025-01-06 20:40:08 -05:00
refactor(console): change the SubmitFormChangesActionBar
background color to float
(#2531)
This commit is contained in:
parent
7758709e25
commit
cd14b942c7
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
display: flex;
|
||||
padding: _.unit(3) _.unit(8);
|
||||
justify-content: flex-end;
|
||||
background-color: var(--color-layer-1);
|
||||
background-color: var(--color-float);
|
||||
box-shadow: var(--shadow-3);
|
||||
border-radius: 12px 12px 0 0;
|
||||
|
||||
|
|
Loading…
Reference in a new issue