This commit is contained in:
@clasher113
2025-02-04 13:31:40 +02:00
parent 2105d56b3b
commit aeb5312ed2
4 changed files with 25 additions and 21 deletions
+1 -2
View File
@@ -7,8 +7,7 @@ namespace gui {
class InputBindBox : public Panel {
protected:
glm::vec4 hoverColor {0.05f, 0.1f, 0.2f, 0.75f};
glm::vec4 focusedColor {0.0f, 0.0f, 0.0f, 1.0f};
glm::vec4 focusedColor {0.1f, 0.15f, 0.35f, 0.75f};
std::shared_ptr<Label> label;
Binding& binding;
public: