0
Fork 0
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:
Xiao Yijun 2022-11-25 15:37:36 +08:00 committed by GitHub
parent 7758709e25
commit cd14b942c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;