aboutsummaryrefslogtreecommitdiffstats
path: root/src/features
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2019-09-06 09:34:24 +0200
committerLibravatar Stefan Malzner <stefan@adlk.io>2019-09-06 09:34:24 +0200
commit9e7e1893f10934de20c37bc810258a7797491a10 (patch)
tree6022e2172574196e9a728ff968b1ac4b96376fd8 /src/features
parentMerge branch 'develop' of https://github.com/meetfranz/franz into develop (diff)
downloadferdium-app-9e7e1893f10934de20c37bc810258a7797491a10.tar.gz
ferdium-app-9e7e1893f10934de20c37bc810258a7797491a10.tar.zst
ferdium-app-9e7e1893f10934de20c37bc810258a7797491a10.zip
Set type to warning
Diffstat (limited to 'src/features')
-rw-r--r--src/features/serviceLimit/components/LimitReachedInfobox.js5
1 files 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({
21const styles = theme => ({ 21const styles = theme => ({
22 container: { 22 container: {
23 height: 'auto', 23 height: 'auto',
24 background: theme.styleTypes.primary.accent, 24 background: theme.styleTypes.warning.accent,
25 color: theme.styleTypes.primary.contrast, 25 color: theme.styleTypes.warning.contrast,
26 borderRadius: 0, 26 borderRadius: 0,
27 marginBottom: 0, 27 marginBottom: 0,
28 28
@@ -62,6 +62,7 @@ class LimitReachedInfobox extends Component {
62 return ( 62 return (
63 <Infobox 63 <Infobox
64 icon="mdiInformation" 64 icon="mdiInformation"
65 type="warning"
65 className={classes.container} 66 className={classes.container}
66 ctaLabel={intl.formatMessage(messages.action)} 67 ctaLabel={intl.formatMessage(messages.action)}
67 ctaOnClick={() => { 68 ctaOnClick={() => {