Darkmode for survey pages. Fixes for eslint.

This commit is contained in:
Desmond Grealy
2023-01-02 18:36:54 -08:00
parent 5f3d32b875
commit 3d13c7c91c
35 changed files with 4778 additions and 330 deletions
@@ -26,11 +26,11 @@ Default.args = {
session: {
data: {
user: {
name: "StoryBook user"
}
name: "StoryBook user",
},
},
status: "authenticated"
status: "authenticated",
},
transparent: false,
borderClass: undefined
borderClass: undefined,
};