Created custom Loader component
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
export const colorInfo = {
|
||||
text: '#000000',
|
||||
textInverse: '#FFFFFF',
|
||||
textPlaceholder: '#EEEEEE',
|
||||
alertText: '#FF0000',
|
||||
grayText: '#B0B0B0',
|
||||
buttonBackground: '#3498DB',
|
||||
@@ -28,10 +30,12 @@ export const fontInfo = {
|
||||
size: {
|
||||
small: '10pt',
|
||||
medium: '12pt',
|
||||
large: '14pt'
|
||||
large: '14pt',
|
||||
huge: '26pt',
|
||||
},
|
||||
color: {
|
||||
'normal': colorInfo.text,
|
||||
'inverse': colorInfo.textInverse,
|
||||
'alert': colorInfo.alertText,
|
||||
'dimmed': colorInfo.grayText,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user