UNPKG

react-native-picker-modal-view

Version:
19 lines 460 B
import { StyleSheet } from 'react-native'; export const ScrollToTopStyle = StyleSheet.create({ container: { position: 'absolute', bottom: 20, right: 50, backgroundColor: '#dfe4ea', width: 40, height: 40, borderRadius: 40, justifyContent: 'center', alignItems: 'center', }, upBtn: { width: 15, height: 15, }, }); //# sourceMappingURL=ScrollToTopStyle.js.map