@99xt/first-born
Advanced tools
Comparing version 1.1.4 to 1.1.5
{ | ||
"name": "@99xt/first-born", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"description": "React Native UI Framework", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -21,3 +21,7 @@ import React, { Component } from "react"; | ||
} else { | ||
badgeStyle.push({ backgroundColor: "transparent" }); | ||
badgeStyle.push({ | ||
backgroundColor: "transparent", | ||
borderColor: color, | ||
borderWidth: 1 | ||
}); | ||
textStyle = { color: color }; | ||
@@ -24,0 +28,0 @@ iconColor = color; |
207405
4274