Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Fix default svg fill
Alexis Sellier committed 4 years ago
commit e8905013ef531d7a94976b0933eaa860abdf9cb4
parent 55bf46729b2e3dede86f0273604eb50622bf9def
1 file changed +3 -0
modified src/Icon.svelte
@@ -59,6 +59,9 @@
</script>

<style>
+
  svg {
+
    fill: transparent;
+
  }
  svg.fill {
    fill: currentColor;
  }