aboutsummaryrefslogtreecommitdiffstats
path: root/packages/forms/src/error/styles.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/forms/src/error/styles.ts')
-rw-r--r--packages/forms/src/error/styles.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/forms/src/error/styles.ts b/packages/forms/src/error/styles.ts
index 36a2b24e7..5104838a5 100644
--- a/packages/forms/src/error/styles.ts
+++ b/packages/forms/src/error/styles.ts
@@ -4,5 +4,6 @@ export default (theme: Theme) => ({
4 message: { 4 message: {
5 color: theme.brandDanger, 5 color: theme.brandDanger,
6 margin: '5px 0 0', 6 margin: '5px 0 0',
7 fontSize: theme.uiFontSize,
7 }, 8 },
8}); 9});