Skip to content

Commit

Permalink
Set icon to default text color
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvkb committed Aug 29, 2024
1 parent 3e057ba commit 36cb204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/VImageCell/VImageCell.vue
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ const { isHidden: shouldBlur } = useSensitiveMedia(props.image)
@error="onImageLoadError($event)"
/>
<span
class="col-span-full row-span-full flex items-center justify-center bg-blur backdrop-blur-xl duration-200 motion-safe:transition-opacity"
class="col-span-full row-span-full flex items-center justify-center bg-blur text-default backdrop-blur-xl duration-200 motion-safe:transition-opacity"
:class="shouldBlur ? 'opacity-100' : 'opacity-0'"
data-testid="blur-overlay"
aria-hidden="true"
Expand Down

0 comments on commit 36cb204

Please sign in to comment.