From 9e7e1893f10934de20c37bc810258a7797491a10 Mon Sep 17 00:00:00 2001 From: Stefan Malzner Date: Fri, 6 Sep 2019 09:34:24 +0200 Subject: Set type to warning --- src/features/serviceLimit/components/LimitReachedInfobox.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/features/serviceLimit/components/LimitReachedInfobox.js b/src/features/serviceLimit/components/LimitReachedInfobox.js index fc54dcf85..19285a4eb 100644 --- a/src/features/serviceLimit/components/LimitReachedInfobox.js +++ b/src/features/serviceLimit/components/LimitReachedInfobox.js @@ -21,8 +21,8 @@ const messages = defineMessages({ const styles = theme => ({ container: { height: 'auto', - background: theme.styleTypes.primary.accent, - color: theme.styleTypes.primary.contrast, + background: theme.styleTypes.warning.accent, + color: theme.styleTypes.warning.contrast, borderRadius: 0, marginBottom: 0, @@ -62,6 +62,7 @@ class LimitReachedInfobox extends Component { return ( { -- cgit v1.2.3-70-g09d2