From 0266f2af70518a2d6c9d71f9318d8ffbb6532c5a Mon Sep 17 00:00:00 2001 From: Janne Koivistoinen Date: Mon, 26 Jun 2017 14:21:00 +0300 Subject: [PATCH] design review for error messages --- src/components/ValidationError/ValidationError.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/components/ValidationError/ValidationError.css b/src/components/ValidationError/ValidationError.css index 8f70f299..44e10554 100644 --- a/src/components/ValidationError/ValidationError.css +++ b/src/components/ValidationError/ValidationError.css @@ -1,5 +1,8 @@ +@import '../../marketplace.css'; + .root { - margin-top: 10px; - color: red; + @apply --marketplaceH4FontStyles; + margin-top: 6px; + color: var(--failColor); overflow: hidden; }