native-base
Version:
Essential cross-platform UI components for React Native
30 lines (27 loc) • 487 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
function baseStyle() {
return {
borderRadius: 'full',
borderWidth: 2,
bg: 'success.600',
size: 3,
position: 'absolute',
right: 0,
bottom: 0,
_light: {
borderColor: 'muted.50'
},
_dark: {
borderColor: 'muted.900'
}
};
}
var _default = {
baseStyle
};
exports.default = _default;
//# sourceMappingURL=avatar-badge.js.map
;