Web:Components:Added theme for unsaved-changes.

This commit is contained in:
Vlada Gazizova 2022-03-25 11:06:57 +03:00
parent 68b5a46647
commit 95f841369b

View File

@ -46,7 +46,10 @@ const displaySettings = css`
font-weight: 600;
width: calc(100% - 32px);
bottom: 56px;
background-color: white;
background-color: ${(props) =>
props.hasScroll
? props.theme.mainButtonMobile.buttonWrapper.background
: "none"};
}
${(props) =>