Skip to content

Commit

Permalink
use gold color for tag
Browse files Browse the repository at this point in the history
  • Loading branch information
mlsmaycon committed Dec 4, 2023
1 parent 23ac466 commit 1ec2899
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/Peers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -645,9 +645,9 @@ export const Peers = () => {

let approval = peer.approval_required ? (
<Tooltip title="The peer needs to be approved by an administrator before it can connect to other peers">
<Tag color="green">
<Tag color="gold">
<Text
style={{ fontSize: "10px", color: "rgba(0, 135, 0, 0.75)" }}
style={{ fontSize: "10px", color: "rgba(212, 136, 6, 1)" }}
type={"secondary"}
>needs approval</Text>
</Tag>
Expand Down

0 comments on commit 1ec2899

Please sign in to comment.