diff options
| author | Guillaume Gomez <guillaume.gomez@huawei.com> | 2023-01-05 11:03:45 +0100 |
|---|---|---|
| committer | Guillaume Gomez <guillaume.gomez@huawei.com> | 2023-01-05 11:03:45 +0100 |
| commit | 112723b4e36df1997ccd14e5d8c382d499bf02ed (patch) | |
| tree | f0337f8d442c341da55613866046ccd71f37a5c5 | |
| parent | 407e72e0ce79d2e377b8ef65d14d8f6f0a144831 (diff) | |
| download | rust-112723b4e36df1997ccd14e5d8c382d499bf02ed.tar.gz rust-112723b4e36df1997ccd14e5d8c382d499bf02ed.zip | |
Update kbd GUI test
| -rw-r--r-- | src/test/rustdoc-gui/help-page.goml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/rustdoc-gui/help-page.goml b/src/test/rustdoc-gui/help-page.goml index 80203901ed3..e5cddd56041 100644 --- a/src/test/rustdoc-gui/help-page.goml +++ b/src/test/rustdoc-gui/help-page.goml @@ -39,7 +39,7 @@ call-function: ("check-colors", { }) call-function: ("check-colors", { "theme": "dark", - "color": "rgb(221, 221, 221)", + "color": "rgb(0, 0, 0)", "background": "rgb(250, 251, 252)", "box_shadow": "rgb(198, 203, 209)", }) |
