Client: PortalSettings: WhiteLabel: fix padding

This commit is contained in:
Viktor Fomin 2022-11-18 03:03:04 +05:00
parent 1ea594820c
commit 11e5a7d965

View File

@ -73,7 +73,7 @@ const WhiteLabelWrapper = styled.div`
.logo-header {
width: 211px;
height: 24px;
padding: 12px 20px;
padding: 22px 20px;
background-color: ${(props) =>
props.theme.client.settings.common.whiteLabel.backgroundColor};
}