Skip to content

Commit f6db8fa

Browse files
committed
Make search button green
1 parent 81a649f commit f6db8fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

realty-paper/src/main/java/io/github/md5sha256/realty/command/SearchDialog.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ private void showMainDialog(@NotNull Player player,
192192
};
193193

194194
List<ActionButton> actions = new ArrayList<>();
195-
actions.add(ActionButton.builder(Component.text("Search"))
195+
actions.add(ActionButton.builder(Component.text("Search", NamedTextColor.GREEN))
196196
.width(150)
197197
.action(DialogAction.customClick(searchCallback, clickOptions))
198198
.build());

0 commit comments

Comments
 (0)