diff --git a/src/components/contrast_ratio/contrast_ratio.vue b/src/components/contrast_ratio/contrast_ratio.vue index 5e79ef415d..ba92bc170b 100644 --- a/src/components/contrast_ratio/contrast_ratio.vue +++ b/src/components/contrast_ratio/contrast_ratio.vue @@ -41,8 +41,10 @@ export default { large: { required: false }, + // TODO: Make theme switcher compute theme initially so that contrast + // component won't be called without contrast data contrast: { - required: true, + required: false, type: Object } },