Merge pull request #1226 from nwind/fix-panel-title-color

Fix panel title color
This commit is contained in:
RickCole 2020-12-22 13:18:21 +08:00 committed by GitHub
commit 7b07653068
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -993,7 +993,7 @@
--Panel-headingBorderRadius: var(--borderRadius) var(--borderRadius) 0 0;
--Panel-headingPadding: #{px2rem(10px)} #{px2rem(15px)};
--Panel-marginBottom: #{px2rem(20px)};
--Panel-titleColor: var(--text-color);
--Panel-titleColor: inherit;
--Panel-titleFontSize: var(--fontSizeMd);
--Panel-titleMarginBottom: 0;
--Panel-titleMarginTop: 0;

View File

@ -19,6 +19,7 @@ $danger-bg: #fff5f5;
$body-bg: #ffffff;
$text-color: #666;
$Toast-icon-fillHeight: false;
$Button-onDisabled-bg: #f5f5f5;
$Button-onDisabled-borderColor: #ebebeb;