1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-06-12 22:57:38 +02:00

Icons and styling

This commit is contained in:
Laurent Cozic
2017-07-21 22:40:02 +01:00
parent 7be22369ac
commit 29b607fac6
20 changed files with 150 additions and 51 deletions

View File

@ -7,6 +7,7 @@ import { NotesScreenUtils } from 'lib/components/screens/notes-utils.js'
import { Synchronizer } from 'lib/synchronizer.js';
import { reg } from 'lib/registry.js';
import { _ } from 'lib/locale.js';
import { globalStyle } from 'lib/components/global-style.js';
const React = require('react');
const {
@ -21,7 +22,7 @@ const { Component } = React;
const styles = StyleSheet.create({
menu: {
flex: 1,
backgroundColor: 'white',
backgroundColor: globalStyle.backgroundColor,
padding: 20,
},
name: {
@ -37,15 +38,15 @@ const styles = StyleSheet.create({
folderButton: {
flex: 1,
backgroundColor: "#0482E3",
paddingLeft: 20,
paddingRight: 20,
paddingTop: 14,
paddingBottom: 14,
height: 36,
marginBottom: 5,
},
folderButtonText: {
color: "#ffffff",
fontWeight: 'bold',
textAlign: 'center',
textAlignVertical: 'center',
flex: 1,
},
button: {
flex: 1,