aboutsummaryrefslogtreecommitdiffstats
path: root/src/features/serviceLimit/components/LimitReachedInfobox.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/features/serviceLimit/components/LimitReachedInfobox.js')
-rw-r--r--src/features/serviceLimit/components/LimitReachedInfobox.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/features/serviceLimit/components/LimitReachedInfobox.js b/src/features/serviceLimit/components/LimitReachedInfobox.js
index ee0d7cb27..fc54dcf85 100644
--- a/src/features/serviceLimit/components/LimitReachedInfobox.js
+++ b/src/features/serviceLimit/components/LimitReachedInfobox.js
@@ -26,6 +26,10 @@ const styles = theme => ({
26 borderRadius: 0, 26 borderRadius: 0,
27 marginBottom: 0, 27 marginBottom: 0,
28 28
29 '& > div': {
30 marginBottom: 0,
31 },
32
29 '& button': { 33 '& button': {
30 color: theme.styleTypes.primary.contrast, 34 color: theme.styleTypes.primary.contrast,
31 }, 35 },