Web:Components:Themes: change padding for context-menu-button of row view

This commit is contained in:
Timofey Boyko 2022-04-01 12:40:51 +03:00
parent 5fbbcc7c77
commit d30c565ca4
3 changed files with 4 additions and 4 deletions

View File

@ -25,7 +25,7 @@ const StyledSnackBar = styled(Box)`
color: white;
line-height: 16px;
padding: 12px;
margin: 0 0 8px 0;
margin: 0;
opacity: ${(props) => props.opacity || 0};
width: 100%;
background-color: ${(props) => props.backgroundColor};

View File

@ -529,7 +529,7 @@ const Base = {
},
optionButton: {
padding: "8px 0px 9px 7px",
padding: "8px 9px 9px 7px",
},
},
@ -2115,7 +2115,7 @@ const Base = {
borderImageRight:
"linear-gradient(to right, #ffffff 25px,#eceef1 24px)",
borderImageLeft: "linear-gradient(to left, #ffffff 20px,#eceef1 24px)",
borderImageLeft: "linear-gradient(to left, #ffffff 24px,#eceef1 24px)",
borderColor: "#ECEEf1",
borderColorTransition: "#f3f4f4",

View File

@ -527,7 +527,7 @@ const Dark = {
},
optionButton: {
padding: "8px 0px 9px 7px",
padding: "8px 9px 9px 7px",
},
},