From b3d5de01f7833591275c7d271cb6b4974cb2696c Mon Sep 17 00:00:00 2001 From: Lynn Date: Sat, 12 Feb 2022 19:01:33 +0100 Subject: [PATCH] Use real buttons in Keyboard --- src/App.css | 1 + src/Keyboard.tsx | 5 ++--- src/targets.json | 10 +++++----- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/App.css b/src/App.css index 676f394..fca5e7d 100644 --- a/src/App.css +++ b/src/App.css @@ -106,6 +106,7 @@ table.Game-rows > tbody { flex: 1; align-items: center; justify-content: center; + font-family: inherit; font-size: 20px; color: inherit; text-decoration: inherit; diff --git a/src/Keyboard.tsx b/src/Keyboard.tsx index d8378ec..ba4b81a 100644 --- a/src/Keyboard.tsx +++ b/src/Keyboard.tsx @@ -29,17 +29,16 @@ export function Keyboard(props: KeyboardProps) { className += " Game-keyboard-button-wide"; } return ( -
{ props.onKey(label); }} > {label.replace("Backspace", "⌫")} -
+ ); })} diff --git a/src/targets.json b/src/targets.json index 614e542..a508e26 100644 --- a/src/targets.json +++ b/src/targets.json @@ -8108,11 +8108,11 @@ "jewel", "infamous", "betrayal", - "mater", + "*****", "hither", "lament", "arrogant", - "anode", + "*****", "postage", "genetically", "dictator", @@ -8928,7 +8928,7 @@ "*********", "suburb", "clearness", - "droit", + "*****", "multiplier", "cove", "pavilion", @@ -11480,7 +11480,7 @@ "gallantry", "omnipotent", "intractable", - "dusky", + "*****", "carcass", "indulgent", "monies", @@ -13288,7 +13288,7 @@ "milestone", "dowager", "periodicity", - "bushy", + "*****", "trop", "minimization", "supersede",