Skip to content

Commit

Permalink
Fix keyboard in dark mode. Closes #96
Browse files Browse the repository at this point in the history
  • Loading branch information
mdirolf committed Jun 25, 2020
1 parent 88879db commit 13c7f50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/components/Keyboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ export const Key = (props: KeyProps) => {
background: props.backgroundColor ? props.backgroundColor : 'var(--key-bg)',
flex: props.smallSize ? '0.5 1 0 ' : (props.largeSize ? '1.6 1 0 ' : '1 1 0'),
cursor: 'pointer',
color: 'var(--black)',
boxShadow: '0 0 3px -1px rgba(0,0,0,.3)',
height: '40px',
borderRadius: '5px',
Expand Down

0 comments on commit 13c7f50

Please sign in to comment.