bug#66 web component center position checkbox

This commit is contained in:
Subhonbek 2023-11-01 14:34:00 +03:00
parent 70c29bbaeb
commit 1fe0160c32

View File

@ -54,7 +54,7 @@ const StyledRow = styled.div`
display: ${(props) => (props.checked ? "flex" : "none")};
padding: ${getCorrectFourValuesStyle(
"10px 0px 10px 8px",
"10px 1px 10px 8px",
props.theme.interfaceDirection
)};
${props.theme.interfaceDirection === "rtl"