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

The circle size of the icon not align #300

Open
2 of 8 tasks
yociduo opened this issue Apr 10, 2024 · 2 comments
Open
2 of 8 tasks

The circle size of the icon not align #300

yociduo opened this issue Apr 10, 2024 · 2 comments

Comments

@yociduo
Copy link

yociduo commented Apr 10, 2024

Describe the bug

image

A clear and concise description of what the bug is, and the conditions when it occurs.

How to reproduce

Please provide a link to a reproduction scenario using one of the Clarity Stackblitz templates. Reports without a clear reproduction may not be prioritized until one is provided.

Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior

A clear and concise description of what you expected to happen.

Versions

Clarity project:

  • Clarity Core
  • Clarity Angular/UI

Clarity version:

  • v5.x
  • v6.x

Framework:

  • Angular
  • React
  • Vue
  • Other:

Framework version:
ie: Angular 11

Device:

  • Type: [e.g. MacBook]
  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Additional notes

Add any other notes about the problem here.

@repolevedavaj
Copy link

I realized the same today. @yociduo do you found a workaround to style the icons so they have the same size?

@yociduo
Copy link
Author

yociduo commented Jun 3, 2024

I realized the same today. @yociduo do you found a workaround to style the icons so they have the same size?

cds-icon[shape='check-circle'] svg,
cds-icon[shape='exclamation-circle'] svg,
cds-icon[shape='info-circle'] svg{
  transform: scale(1.5)
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants