fix backgrounds not getting applied

This commit is contained in:
Norbert de Langen 2022-10-22 20:52:21 +02:00
parent 9cdedc4527
commit d28b0245c7
No known key found for this signature in database
GPG Key ID: FD0E78AF9A837762

View File

@ -15,3 +15,7 @@ export const parameters = {
],
},
};
export const globals = {
backgrounds: { name: 'light', value: '#F8F8F8' },
};