Skip to content

Commit

Permalink
[preface] Different locate button colour
Browse files Browse the repository at this point in the history
  • Loading branch information
lexisother committed Jul 21, 2023
1 parent 99d9237 commit 68aa9b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/preface.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ func (app *UpApplication) ShowInstanceFinder(locations []middle.DiscordInstance)
},
{
Element: design.ButtonBar([]framework.UILayoutElement{
design.ButtonAction(design.ThemeOkActionButton, "LOCATE MANUALLY", func() {
design.ButtonAction(design.ThemePageActionButton, "LOCATE MANUALLY", func() {
app.GSDownwards()
app.ShowDiscordFinder(func() {
app.GSUpwards()
Expand Down

0 comments on commit 68aa9b0

Please sign in to comment.