diff --git a/projects/player/src/app/components/key/key.component.css b/projects/player/src/app/components/key/key.component.css index 20cd64f05475fae430a80d3f4e2edd63247350d7..e37899a6bccd371fd741043575a82beb3f481f46 100644 --- a/projects/player/src/app/components/key/key.component.css +++ b/projects/player/src/app/components/key/key.component.css @@ -1,5 +1,6 @@ .key{ - background-color: lightgray; + background-color: white; + font-size: x-large; margin-bottom: 5px; margin-right: 5px; color: black;