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

Unable to set custom border/ring on avatar | replica of #422 #1279

Closed
Primdahl26 opened this issue Oct 25, 2022 · 0 comments
Closed

Unable to set custom border/ring on avatar | replica of #422 #1279

Primdahl26 opened this issue Oct 25, 2022 · 0 comments

Comments

@Primdahl26
Copy link

Hello,

I have recently updated my DaisyUI version, and I can see that the commit done in #422 has been undone, and this has led to the issue reappearing. The issue seems to be like the one before, where I cannot overwrite the border-color. Images of the issue can be seen in #422.

This is the code that used to work, but does not after updating:

<div class="-space-x-4 avatar-group">
  {#each media.providers as provider}
    <div class="avatar border-neutral-focus">
      <div class="w-12 h-12">
        <img
          src="{IMG_ORIGINAL}{provider.logo_path}"
          alt={provider.provider_name}
        />
      </div>
    </div>
  {/each}
</div>

Am I misunderstanding something, or has something changed?

Best regards,
Primdahl26

inorganik pushed a commit to inorganik/daisyui that referenced this issue Feb 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant