rofrischmann/fela

View on GitHub
benchmarks/src/implementations/react-native-web/Tweet/styles.js

Summary

Maintainability
A
1 hr
Test Coverage
import { StyleSheet } from 'react-native';

const styles = StyleSheet.create({
  icon: {
    display: 'inline-block',
    fill: 'currentcolor',
    height: '1.25em',
    maxWidth: '100%',
    position: 'relative',
    userSelect: 'none',
    textAlignVertical: 'text-bottom'
  }
});

export default styles;