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 = {
color: "#333333",
data: [],
dropdownType: "alwaysDashed",
fontSize: "13px",

View File

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

View File

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