pull/104/merge
懒熊吖 2 years ago committed by GitHub
commit 8533061302
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -54,7 +54,7 @@ const Button = ({ onClick, text, style }) => {
) )
} }
const buttonWithStyle = (CompParam) => { const buttonWithSuperPower = (CompParam) => {
const buttonStyles = { const buttonStyles = {
backgroundColor: '#61dbfb', backgroundColor: '#61dbfb',
padding: '10px 25px', padding: '10px 25px',
@ -99,7 +99,7 @@ const Button = ({ onClick, text, style }) => {
) )
} }
const buttonWithStyles = (CompParam, name = 'default') => { const buttonWithSuperPower = (CompParam, name = 'default') => {
const colors = [ const colors = [
{ {
name: 'default', name: 'default',

Loading…
Cancel
Save