diff --git a/src/components/keyboard.style.ts b/src/components/keyboard.style.ts index df96a5c..0e8e147 100644 --- a/src/components/keyboard.style.ts +++ b/src/components/keyboard.style.ts @@ -31,4 +31,10 @@ export const Key = styled.button` background-color: #fff; border: none; box-shadow: 1px 2px 6px #5c7cc9; + + &:active { + background: #f5f5f5; + box-shadow: inset 1px 2px 6px #5c7cc9, + 0px 6px 16px #5c7cc9; + } `; \ No newline at end of file