fix: divider color in dark (#25922)

* fix: divider color in dark

* Update components/style/themes/dark.less
This commit is contained in:
xrkffgg 2020-07-31 11:44:32 +08:00 committed by GitHub
parent 2d04bef3b3
commit fed87f407d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -230,6 +230,10 @@
// ---
@descriptions-bg: @background-color-light;
// Divider
// ---
@divider-color: rgba(255, 255, 255, 12%);
// Modal
// ---
@modal-header-bg: @popover-background;