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

Copy icon does not work #2019

Open
Cucak opened this issue May 29, 2024 · 0 comments
Open

Copy icon does not work #2019

Cucak opened this issue May 29, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Cucak
Copy link

Cucak commented May 29, 2024

   <q-icon
                    name="bi-c-circle"
                    size="24px"
                    class="text-[#B7B9CD] hover:text-[#DFE2EC] active:text-[#8C7EEF]"
                    
                    />
                  
                  
                  <q-icon
                    name="bi-copy"
                    size="24px"
                    class="text-[#B7B9CD] hover:text-[#DFE2EC] active:text-[#8C7EEF]"
                  />
                  
                  
                  
                

in quasar project all icons are working well but bi-copy does not gets displayed properly...I tried to inspect and I can see there is no :before element at all.

@Cucak Cucak added the bug Something isn't working label May 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant