EQWorks / lumen-labs

React library of basic components based on Tailwind CSS
https://eqworks.github.io/lumen-labs
5 stars 2 forks source link

Button component default variant #92

Open sallkall opened 2 years ago

sallkall commented 2 years ago

Issue by @hyx131 transferred from product-design

Issue type

Describe the issue Button component should have filled as the default variant. Currently the default variant is outlined. This is because the filled style has the highest emphasis level.

To Reproduce Steps to reproduce the behaviour:

  1. Go to: any React project file.
  2. Import the component: import { Button } from '@eqworks/lumen-labs'
  3. Use the component without explicitly specifying the variant.
  4. See issue: rendered style is outlined instead of filled.

Expected behaviour Using Button component with default style should be filled instead of outlined.

Related Resources (ex: screenshots, code snippet, links) Screen Shot 2022-01-18 at 1 17 45 PM

Additional context N/A.