Web: Client: Data Import: fix dark theme in cancel migration button

This commit is contained in:
Vladimir Khvan 2024-07-05 17:45:09 +05:00
parent 904f6eda0b
commit 2583c9576c

View File

@ -48,7 +48,7 @@ const MigrationButtonsWrapper = styled.div`
padding-top: 18px;
background: white;
background: ${(props) => props.theme.backgroundColor};
flex-direction: column-reverse;
align-items: flex-start;