aboutsummaryrefslogtreecommitdiffstats
path: root/packages/ui/src/infobox/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/ui/src/infobox/index.tsx')
-rw-r--r--packages/ui/src/infobox/index.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/ui/src/infobox/index.tsx b/packages/ui/src/infobox/index.tsx
index 5070ee7ef..e4c2c5a3e 100644
--- a/packages/ui/src/infobox/index.tsx
+++ b/packages/ui/src/infobox/index.tsx
@@ -49,13 +49,13 @@ const styles = (theme: Theme) => ({
49 position: 'relative', 49 position: 'relative',
50 overflow: 'hidden', 50 overflow: 'hidden',
51 height: 'auto', 51 height: 'auto',
52 marginBottom: 30,
52 }, 53 },
53 infobox: { 54 infobox: {
54 alignItems: 'center', 55 alignItems: 'center',
55 borderRadius: theme.borderRadiusSmall, 56 borderRadius: theme.borderRadiusSmall,
56 display: 'flex', 57 display: 'flex',
57 height: 'auto', 58 height: 'auto',
58 marginBottom: 30,
59 padding: '15px 20px', 59 padding: '15px 20px',
60 top: 0, 60 top: 0,
61 transition: 'all 0.5s', 61 transition: 'all 0.5s',