Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Fix header ellipsis fill
Alexis Sellier committed 4 years ago
commit 4835a7680a3744be7cdf132721e8b04d9dd5e82d
parent 3a94e215ba093079da965818cd28d75d6bbf0351
1 file changed +1 -1
modified src/Header.svelte
@@ -204,7 +204,7 @@
      </span>
    {/if}
    <div class="toggle" on:click={toggleNavbar}>
-
      <Icon name="ellipsis" width={27} height={27} />
+
      <Icon name="ellipsis" width={27} height={27} fill />
    </div>
  </div>