From 85a0bc9a7b66b347a9c88d0590b472e0afc2ef89 Mon Sep 17 00:00:00 2001 From: fdonv Date: Sun, 13 Oct 2024 19:54:31 +0200 Subject: [PATCH] docs: fix default mode name for HelperText --- docs/src/data/themeColors.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/data/themeColors.js b/docs/src/data/themeColors.js index 1977c0099f..f12b955341 100644 --- a/docs/src/data/themeColors.js +++ b/docs/src/data/themeColors.js @@ -194,7 +194,7 @@ const themeColors = { disabled: { textColor: 'theme.colors.onSurfaceDisabled', }, - defualt: { + default: { textColor: 'theme.colors.onSurfaceVariant', }, error: {