Closed webard closed 8 months ago
Hello,
I was trying to make PR but has some problems with npm run production.
npm run production
Something changed in Nova latest versions and now icons looks like this (look at the background of icon): Original icon:
Icon from package:
Everything goes back to normal, when I add h-9 class to <button> element:
h-9
<button>
I can see this code: https://github.com/dcasia/icon-action-toolbar/blob/def3ffb90612ad6bfacc983c7d57ea79d8234e72/resources/js/components/IconActionToolbar.vue#L14-L20
and probably you just need to delete !isDetailView condition in line 16.
!isDetailView
Thank you for this amazing package.
Hello,
I was trying to make PR but has some problems with
npm run production
.Something changed in Nova latest versions and now icons looks like this (look at the background of icon): Original icon:
Icon from package:
Everything goes back to normal, when I add
h-9
class to<button>
element:I can see this code: https://github.com/dcasia/icon-action-toolbar/blob/def3ffb90612ad6bfacc983c7d57ea79d8234e72/resources/js/components/IconActionToolbar.vue#L14-L20
and probably you just need to delete
!isDetailView
condition in line 16.Thank you for this amazing package.