Commit cce6824d authored by Tankred Hase's avatar Tankred Hase

Add padding for notification dropdown on Android

parent 30709cb4
import React from 'react';
import { StyleSheet, View } from 'react-native';
import { StyleSheet, View, Platform } from 'react-native';
import { observer } from 'mobx-react';
import PropTypes from 'prop-types';
import DropdownAlert from 'react-native-dropdownalert';
......@@ -18,6 +18,7 @@ const styles = StyleSheet.create({
},
dropdown: {
backgroundColor: color.blackDark,
paddingTop: Platform.OS === 'android' ? 25 : 0,
},
text: {
fontFamily: 'OpenSans Regular',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment