Browse Source

Improved dashboard badge borders

Arnaud Vergnet 3 years ago
parent
commit
ca107356d1
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      src/components/Home/SmallDashboardItem.js

+ 2
- 2
src/components/Home/SmallDashboardItem.js View File

@@ -65,8 +65,8 @@ class SmallDashboardItem extends React.Component<Props> {
65 65
                                         top: 0,
66 66
                                         right: 0,
67 67
                                         backgroundColor: props.theme.colors.primary,
68
-                                        borderColor: "#fff",
69
-                                        borderWidth: 1,
68
+                                        borderColor: props.theme.colors.background,
69
+                                        borderWidth: 2,
70 70
                                     }}>
71 71
                                     {props.badgeCount}
72 72
                                 </AnimatableBadge> : null

Loading…
Cancel
Save