+
+
+ setQuery(e.target.value)}
+ onKeyDown={handleKeyDown}
+ placeholder={t("matches_search_placeholder")}
+ style={{
+ flex: 1,
+ border: "none",
+ outline: "none",
+ background: "transparent",
+ fontSize: 16,
+ color: "#080616",
+ lineHeight: "24px",
+ padding: 0,
+ height: 24,
+ }}
+ />
+
+
+ {t("search_button")}
+
+