Closed miltonbo closed 3 years ago
It is necessary to add one field in the sample. This solve my problem:
export const numpadKeynumTheme = {
header: {
primaryColor: '#263238',
secondaryColor: '#f9f9f9',
highlightColor: '#FFC107',
backgroundColor: '#607D8B',
},
body: {
primaryColor: '#263238',
secondaryColor: '#32a5f2',
highlightColor: '#FFC107',
backgroundColor: '#f9f9f9',
},
panel: {
backgroundColor: '#CFD8DC'
},
global: {
}
};
I have a problem rendering the NumPad, please help me.
I copied the sample in the documentation and that happened.