aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-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 9066a623e..09fc4596a 100644
--- a/packages/ui/src/infobox/index.tsx
+++ b/packages/ui/src/infobox/index.tsx
@@ -48,13 +48,13 @@ const styles = (theme: Theme) => ({
48 position: 'relative', 48 position: 'relative',
49 overflow: 'hidden', 49 overflow: 'hidden',
50 height: 'auto', 50 height: 'auto',
51 marginBottom: 30,
51 }, 52 },
52 infobox: { 53 infobox: {
53 alignItems: 'center', 54 alignItems: 'center',
54 borderRadius: theme.borderRadiusSmall, 55 borderRadius: theme.borderRadiusSmall,
55 display: 'flex', 56 display: 'flex',
56 height: 'auto', 57 height: 'auto',
57 marginBottom: 30,
58 padding: '15px 20px', 58 padding: '15px 20px',
59 top: 0, 59 top: 0,
60 transition: 'all 0.5s', 60 transition: 'all 0.5s',