1
0
mirror of https://gitlab.com/ceda_ei/sonzai.git synced 2025-11-04 09:00:05 +01:00

Add Theme Picker.

Moved Provider into App.js. Add AppContainer to store theme in redux
store. Add reducers and actions for theme, SET_THEME.
This commit is contained in:
2020-03-17 19:25:03 +05:30
parent 635dbbf709
commit 0103e6abff
8 changed files with 260 additions and 46 deletions

View File

@@ -67,6 +67,8 @@ Subjects.propTypes = {
const style = StyleSheet.create({
card: {
marginTop: 12,
marginLeft: 10,
marginRight: 10,
},
text: {
marginTop: 12,