fix: style add card icon

This commit is contained in:
RadoslavDimchev 2023-09-13 11:52:10 +03:00
parent fd4c363670
commit 456f60d95e
1 changed files with 2 additions and 2 deletions

View File

@ -16,12 +16,12 @@ const AddCard = () => {
}}
>
<AddIcon
size={12}
size={16}
color="white"
style={{
backgroundColor: '#2A4AF5',
borderRadius: '50%',
padding: '6px',
padding: '5px',
}}
/>
</Stack>