Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Change colors of delegate badge colors when selected
Sebastian Martinez committed 2 years ago
commit ee844615243576847d500bbdf838bdc37f9a9c5a
parent 302bd44400be712eb3a05fba1919b37fcbb51118
1 file changed +1 -1
modified src/views/projects/Source/PeerSelector.svelte
@@ -60,7 +60,7 @@
        alias={selectedPeer.alias}
        stylePopoverPositionLeft="-0.75rem" />
      {#if selectedPeer.delegate}
-
        <Badge size="tiny" variant="primary">
+
        <Badge size="tiny" variant="delegate">
          <IconSmall name="badge" />
          Delegate
        </Badge>