bugfix/157: badge style fixed

This commit is contained in:
Elyor Djalilov 2022-11-24 20:07:23 +05:00
parent 5870df42bc
commit 0697454a59

View File

@ -159,6 +159,7 @@ const StyledAutoBackup = styled.div`
}
.auto-backup_badge {
height: 16px;
margin-left: 8px;
}
${(props) => !props.isEnableAuto && UnavailableStyles}