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:
Go to: any React project file.
Import the component: import { Button } from '@eqworks/lumen-labs'
Use the component without explicitly specifying the variant.
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)
Issue type
Describe the issue Button component should have
filled
as the default variant. Currently the default variant isoutlined
. This is because thefilled
style has the highest emphasis level.To Reproduce Steps to reproduce the behaviour:
import { Button } from '@eqworks/lumen-labs'
variant
.outlined
instead offilled
.Expected behaviour Using Button component with default style should be
filled
instead ofoutlined
.Related Resources (ex: screenshots, code snippet, links)
Additional context N/A.