0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-02-24 22:05:56 -05:00

fix(ui): fix overlay (#652)

fix overlay
This commit is contained in:
simeng-li 2022-04-24 20:33:35 +08:00 committed by GitHub
parent 25814d92ef
commit 3c8869150d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,7 +42,7 @@ $font-family-small: 'PingFang SC', 'SF Pro Text', 'Siyuan Heiti', 'Roboto';
--color-layer: linear-gradient(0deg, rgba(202, 190, 255, 14%), rgba(202, 190, 255, 14%)), linear-gradient(0deg, rgba(196, 199, 199, 2%), rgba(196, 199, 199, 2%)), #191c1d;
--color-error: #dd3730;
--color-toast: rgba(247, 248, 248, 80%);
--color-overlay: rgba(247, 248, 248, 16%);
--color-overlay: rgba(247, 248, 248, 80%);
--color-base: #191c1d;
}