diff --git a/src/screens/Root.js b/src/screens/Root.js index b9379f05..cc742146 100644 --- a/src/screens/Root.js +++ b/src/screens/Root.js @@ -325,7 +325,7 @@ export default class Root extends Abstract { let composeStyles = shouldSplitLayout ? [this.styles.right, {width: notesListCollapsed ? "100%" : "60%"}] : null; const collapseIconPrefix = StyleKit.platformIconPrefix(); - const iconNames = { + const iconNames = { md: ["arrow-dropright", "arrow-dropleft"], ios: ["arrow-forward", "arrow-back"] }; @@ -351,12 +351,12 @@ export default class Root extends Abstract { navigation={this.props.navigation} /> - - + @@ -377,12 +377,17 @@ export default class Root extends Abstract { }, right: { + }, + toggleButtonContainer: { + backgroundColor: StyleKit.hexToRGBA(StyleKit.variables.stylekitContrastBackgroundColor, 0.5) }, toggleButton: { justifyContent: "center", position: "absolute", left: 0, - padding: 2, + padding: 7, + borderTopRightRadius: 4, + borderBottomRightRadius: 4, marginTop: -12 } }