mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-01-23 01:38:57 +00:00
fix: style add card icon
This commit is contained in:
parent
fd4c363670
commit
456f60d95e
@ -16,12 +16,12 @@ const AddCard = () => {
|
|||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<AddIcon
|
<AddIcon
|
||||||
size={12}
|
size={16}
|
||||||
color="white"
|
color="white"
|
||||||
style={{
|
style={{
|
||||||
backgroundColor: '#2A4AF5',
|
backgroundColor: '#2A4AF5',
|
||||||
borderRadius: '50%',
|
borderRadius: '50%',
|
||||||
padding: '6px',
|
padding: '5px',
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</Stack>
|
</Stack>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user