use accent instead of success

This commit is contained in:
Abhinav 2022-06-15 13:58:07 +05:30
parent 21c5af6752
commit 88a1039419

View file

@ -37,7 +37,7 @@ export default function UtilitySection({ closeSidebar }) {
proceed: {
text: constants.DOWNLOAD,
action: downloadApp,
variant: 'success',
variant: 'accent',
},
close: {
text: constants.CLOSE,