diff options
author | monoguitari <113245090+monoguitari@users.noreply.github.com> | 2023-02-22 17:48:10 -0500 |
---|---|---|
committer | monoguitari <113245090+monoguitari@users.noreply.github.com> | 2023-02-22 17:48:10 -0500 |
commit | 3a1d41fdc7546c8edf3707ddc03ebe63cf5f91a9 (patch) | |
tree | d79e3b45c3d564ba66b13879affc548f68290d85 /src/client/views/nodes/button/FontIconBox.tsx | |
parent | f69406d8566fc0e66597e343ef9b7e9eb893556c (diff) | |
parent | 88706e3fcd42829a5c53cfce96a98a4a227ba57f (diff) |
Merge branch 'master' into menushortcuts-jesus
Diffstat (limited to 'src/client/views/nodes/button/FontIconBox.tsx')
-rw-r--r-- | src/client/views/nodes/button/FontIconBox.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/button/FontIconBox.tsx b/src/client/views/nodes/button/FontIconBox.tsx index b352f3790..93761633c 100644 --- a/src/client/views/nodes/button/FontIconBox.tsx +++ b/src/client/views/nodes/button/FontIconBox.tsx @@ -179,7 +179,7 @@ export class FontIconBox extends DocComponent<ButtonProps>() { className="list-item" key={`${value}`} style={{ - backgroundColor: value === checkResult ? Colors.LIGHT_BLUE : undefined, + backgroundColor: value.toString() === checkResult ? Colors.LIGHT_BLUE : undefined, }} onClick={() => setValue(value)}> {value} |