Web:Components:LinkWithDropdown: add support dark-theme

This commit is contained in:
Timofey Boyko 2021-12-14 11:46:11 +08:00
parent 02348fd1f0
commit c7c46dbcfc
3 changed files with 1 additions and 3 deletions

View File

@ -162,7 +162,6 @@ LinkWithDropdown.propTypes = {
}; };
LinkWithDropdown.defaultProps = { LinkWithDropdown.defaultProps = {
color: "#333333",
data: [], data: [],
dropdownType: "alwaysDashed", dropdownType: "alwaysDashed",
fontSize: "13px", fontSize: "13px",

View File

@ -45,7 +45,6 @@ const Template = ({ linkLabel, onItemClick, ...args }) => {
export const Default = Template.bind({}); export const Default = Template.bind({});
Default.args = { Default.args = {
dropdownType: "alwaysDashed", dropdownType: "alwaysDashed",
color: "#333333",
fontSize: "13px", fontSize: "13px",
fontWeight: "400", fontWeight: "400",
isBold: false, isBold: false,

View File

@ -768,7 +768,7 @@ const Dark = {
paddingRight: "20px", paddingRight: "20px",
semiTransparentOpacity: "0.5", semiTransparentOpacity: "0.5",
textDecoration: "underline dashed", textDecoration: "underline dashed",
disableColor: gray, disableColor: "#5c5c5c",
svg: { svg: {
opacity: "1", opacity: "1",