Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cards have no standardized size #46

Open
kyrers opened this issue Jun 23, 2023 · 0 comments
Open

Cards have no standardized size #46

kyrers opened this issue Jun 23, 2023 · 0 comments

Comments

@kyrers
Copy link

kyrers commented Jun 23, 2023

I am unsure if this is a bug, if not, please close this issue.

When using the <Card> component like so:

 <Card onClick={onClick} size="large">
   <CardHeader>
   ...
   </CardHeader>
   <CardBody>
   ....
   </CardBody>
 </Card>

The style applied is empty:

image

The same is valid for sizes small and medium.

I would expect to have standardized sizes for different <Card> variants.

@jinhojang6 jinhojang6 added this to the beta milestone Sep 26, 2023
@jeangovil jeangovil removed this from the beta milestone Oct 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: Beta
Development

No branches or pull requests

3 participants