feat: use custom style to border box from sync card

This commit is contained in:
RadoslavDimchev 2023-08-30 10:40:36 +03:00
parent e66a1f7fcb
commit 1b80f50101
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ type KeyGenerationSyncCardProps = {
const KeyGenerationSyncCard = ({ synced, total, title, color }: KeyGenerationSyncCardProps) => {
return (
<BorderBox>
<BorderBox style={{ borderRadius: '10.1px', borderWidth: '0.5px' }}>
<XStack space={'$2'} alignItems="center">
<Stack
style={{