Skip to content

Commit

Permalink
Change some color (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
miladsoft authored Mar 29, 2024
1 parent 3db8d1b commit 582d5cc
Show file tree
Hide file tree
Showing 6 changed files with 310 additions and 355 deletions.
4 changes: 2 additions & 2 deletions src/Angor/Client/Pages/Settings.razor
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
<form @onsubmit="AddIndexer">
<div class="input-group mb-3">
<input type="text" @bind-value="newIndexerLink" class="form-control" placeholder="Enter new indexer link" aria-label="Enter new indexer link" aria-describedby="button-addon">
<button class="btn btn-outline-secondary" type="submit" id="button-addon">Add indexer Link</button>
<button class="btn btn-primary" type="submit" id="button-addon">Add indexer Link</button>
</div>
</form>

Expand Down Expand Up @@ -149,7 +149,7 @@
<form @onsubmit="AddRelay">
<div class="input-group mb-3">
<input type="text" @bind-value="newRelayLink" class="form-control" placeholder="Enter new relay link" aria-label="Enter new relay link" aria-describedby="button-addon2">
<button class="btn btn-outline-secondary" type="submit" id="button-addon2">Add relay Link</button>
<button class="btn btn-primary" type="submit" id="button-addon2">Add relay Link</button>
</div>
</form>

Expand Down
Loading

0 comments on commit 582d5cc

Please sign in to comment.