UNPKG

react-native-multibar-crosslisting

Version:
16 lines (15 loc) 433 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.styles = void 0; const react_native_1 = require("react-native"); exports.styles = react_native_1.StyleSheet.create({ contentContainer: { top: -10, width: 60, height: 60, borderRadius: 40, alignItems: 'center', justifyContent: 'center', backgroundColor: '#333333' } });