Client: Profile: InterfaceTheme: fix style

This commit is contained in:
Viktor Fomin 2022-09-09 22:24:23 +03:00
parent 209933d81f
commit eef8fbce35

View File

@ -73,7 +73,7 @@ export const StyledPreview = styled.div`
}
.body {
width: 49px;
width: 100%;
background: ${(props) => props.theme.backgroundColor};
border: none;
border-radius: 0 0 12px 0;
@ -81,7 +81,7 @@ export const StyledPreview = styled.div`
padding-top: 22px;
.search-input {
width: 40px;
width: 100%;
margin-top: 28px;
margin-bottom: 4px;
padding: 6px 8px;