aboutsummaryrefslogtreecommitdiff
path: root/src/SearchBar.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/SearchBar.cpp')
-rw-r--r--src/SearchBar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SearchBar.cpp b/src/SearchBar.cpp
index 63fbfc8..d96172a 100644
--- a/src/SearchBar.cpp
+++ b/src/SearchBar.cpp
@@ -6,7 +6,7 @@
#include <assert.h>
const sf::Color text_placeholder_color(255, 255, 255, 100);
-const sf::Color front_color(43, 45, 47);
+const sf::Color front_color(34, 34, 34);
const float background_margin_horizontal = 8.0f;
const float background_margin_vertical = 4.0f;
const float PADDING_HORIZONTAL = 50.0f;