mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-03-02 03:50:40 +00:00
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) => {
|
||||
return (
|
||||
<BorderBox>
|
||||
<BorderBox style={{ borderRadius: '10.1px', borderWidth: '0.5px' }}>
|
||||
<XStack space={'$2'} alignItems="center">
|
||||
<Stack
|
||||
style={{
|
||||
|
Loading…
x
Reference in New Issue
Block a user