Skip to content

Commit 41cb8c1

Browse files
authored
Update compatibility error page to use hexagon as background (#4716)
TODO: enable check for dark mode
1 parent 642e95e commit 41cb8c1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/js/utils/checkCompatibility.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,10 @@ export function checkCompatibility() {
106106
.css({
107107
height: "100%",
108108
display: "grid",
109-
"background-image": "url(../images/osd-bg-1.jpg)",
110-
"background-size": "cover",
111-
"background-repeat": "no-repeat",
109+
"background-image": "url(/images/pattern_dark.png)",
110+
"background-size": "300px",
111+
"background-repeat": "repeat",
112+
"background-color": "var(--surface-500)",
112113
})
113114
.append(newDiv);
114115

0 commit comments

Comments
 (0)