flipper-plugin-react-native-mmkv-storage
Version:
Developer tools for React Native MMKV Storage
23 lines (20 loc) • 340 B
text/typescript
import {theme} from 'flipper-plugin';
const styles = {
error: {
color: theme.errorColor,
},
errorBold: {
color: theme.errorColor,
fontWeight: 'bold',
},
errorBG: {
backgroundColor: theme.errorColor,
},
whiteText: {
color: 'white',
},
yellowText: {
color: 'yellow',
},
};
export default styles;