mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-01 19:38:16 +08:00
Merge pull request #1226 from nwind/fix-panel-title-color
Fix panel title color
This commit is contained in:
commit
7b07653068
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user