dhre-ui-kit 0.0.343 → 0.0.344

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/index.js CHANGED
@@ -799,7 +799,8 @@ const createStyles$3 = (theme) => {
799
799
  width: 80,
800
800
  height: 80,
801
801
  justifyContent: "center",
802
- alignItems: "center"
802
+ alignItems: "center",
803
+ backgroundColor: "red"
803
804
  },
804
805
  text: {
805
806
  marginTop: 16,