primary-theme / obsidian

Comfy, playful but productive theme for Obsidian. "Primary instantly puts you in a relaxed state that opens the door to creativity and exploration. Wonderfully executed down to the smallest details,"
GNU General Public License v3.0
846 stars 38 forks source link

fix: Some Lucide icons render as a blank cube #198

Closed SkepticMystic closed 1 month ago

SkepticMystic commented 1 month ago

Obsidian now ships with Lucide icons built-in for plugin-devs to use. In Primary, specifically, most of them work fine, but some seem to render as a filled-in cube. For example, in the Breadcrumbs plugin, the Lucide ChevronsUpDown icon (bottom row, in the middle):

image

Here is the SVG, if it helps:

<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide-icon lucide lucide-chevrons-up-down ">
  <path d="m7 15 5 5 5-5"></path>
  <path d="m7 9 5-5 5 5"></path>
</svg>
ceciliamay commented 1 month ago

@SkepticMystic is this on the latest 2.4.0-beta?

SkepticMystic commented 1 month ago

Ahh, it's fixed in the latest :D

ceciliamay commented 1 month ago

yay!! alright - i'll close this one now thanks for posting nonetheless!