feat: use custom style to border box from sync card
This commit is contained in:
parent
e66a1f7fcb
commit
1b80f50101
|
@ -13,7 +13,7 @@ type KeyGenerationSyncCardProps = {
|
||||||
|
|
||||||
const KeyGenerationSyncCard = ({ synced, total, title, color }: KeyGenerationSyncCardProps) => {
|
const KeyGenerationSyncCard = ({ synced, total, title, color }: KeyGenerationSyncCardProps) => {
|
||||||
return (
|
return (
|
||||||
<BorderBox>
|
<BorderBox style={{ borderRadius: '10.1px', borderWidth: '0.5px' }}>
|
||||||
<XStack space={'$2'} alignItems="center">
|
<XStack space={'$2'} alignItems="center">
|
||||||
<Stack
|
<Stack
|
||||||
style={{
|
style={{
|
||||||
|
|
Loading…
Reference in New Issue