Skip to content

Commit

Permalink
remove the slight amount of purple from the sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
DetachHead committed Dec 23, 2024
1 parent 9809947 commit a1c65e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/PushButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const styles = StyleSheet.create({
borderColor: '#ffaa00',
},
defaultBackground: {
backgroundColor: '#f8f8ff',
backgroundColor: '#f8f8f8',
},
defaultHoverBackground: {
backgroundColor: '#fff',
Expand Down
2 changes: 1 addition & 1 deletion client/RightPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ const styles = StyleSheet.create({
container: {
width: rightPanelWidth,
alignSelf: 'stretch',
backgroundColor: '#f8f8ff',
backgroundColor: '#f8f8f8',
},
contentContainer: {
flexGrow: 1,
Expand Down

0 comments on commit a1c65e2

Please sign in to comment.