parent
ba2da20c2d
commit
77ed7aa961
@ -0,0 +1,12 @@
|
|||||||
|
// CSS styles in JavaScript Object
|
||||||
|
export const buttonStyles = {
|
||||||
|
backgroundColor: '#61dbfb',
|
||||||
|
padding: 10,
|
||||||
|
border: 'none',
|
||||||
|
borderRadius: 5,
|
||||||
|
margin: 3,
|
||||||
|
cursor: 'pointer',
|
||||||
|
fontSize: 22,
|
||||||
|
color: 'white',
|
||||||
|
margin: '0 auto',
|
||||||
|
}
|
Loading…
Reference in new issue