Skip to content

Commit 32f45ed

Browse files
committed
Change Install button color to light blue in Plugin Installer
1 parent 3c3d4ae commit 32f45ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/UI/PluginInstaller.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@ PluginInfoComponent::PluginInfoComponent()
735735

736736
addChildComponent(downloadButton);
737737
downloadButton.setButtonText("Install");
738-
downloadButton.setColour(TextButton::buttonColourId, Colours::lightgrey);
738+
downloadButton.setColour(TextButton::buttonColourId, Colours::skyblue);
739739
downloadButton.addListener(this);
740740

741741
addChildComponent(documentationButton);

0 commit comments

Comments
 (0)