Browse Source

Merge pull request #6041 from megawac/popover-heading-color

Popover should use @popover-color to control title color
pull/6005/head
偏右 8 years ago
committed by GitHub
parent
commit
8c41373a06
  1. 2
      components/popover/style/index.less

2
components/popover/style/index.less

@ -65,7 +65,7 @@
line-height: 32px;
height: 32px;
border-bottom: 1px solid @border-color-split;
color: @heading-color;
color: @popover-color;
font-weight: 500;
}

Loading…
Cancel
Save