Loading State for Button

This commit is contained in:
Belen Curcio
2020-10-14 17:21:29 -03:00
parent c06073ea55
commit 04d79f1f7f
9 changed files with 100 additions and 24 deletions

View File

@@ -15,9 +15,12 @@ module.exports = {
},
colors: {
'accent-1': '#FAFAFA',
'accent-2': '#F1F3F5',
'accent-2': '#eaeaea',
'accent-3': '#999999',
'accent-4': '#888',
'accent-6': '#E5E5E5',
'accent-5': '#666666',
'accent-6': '#444444',
'accent-7': '#333333',
'accent-8': '#111111',
violet: '#7928CA',
pink: '#FF0080',