evilfactorylabs / anggun

Evil Design
https://anggun.now.sh/
MIT License
7 stars 1 forks source link

fix!(button): style button and remove big size #27

Closed kevanantha closed 4 years ago

kevanantha commented 4 years ago

detail styles:

const sizes = {
  large: {
    px: 5, // 20px
    height: 11, // 3rem
    fontSize: 'md', // 16px
    minWidth: 'large' // 200px
  },
  medium: {
    px: 5, // 20px
    height: 9, // 2.5rem
    fontSize: 'sm', // 14px
    minWidth: 'medium' // 150px
  },
  small: {
    px: 3, // 10px
    height: 5, // 1.5rem
    fontSize: 'sm', // 14px
    minWidth: 'small' // 100px
  }
}
image

NOTE: I removed the big size

vercel[bot] commented 4 years ago

This pull request is being automatically deployed with Vercel (learn more). To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/evilfactory/anggun/lukhdc68m ✅ Preview: https://anggun-git-fix-button.evilfactory.now.sh