compose: Fix keyboard indicator appearance in send shortcut.

This commit is contained in:
Daniil Fadeev
2023-06-21 13:20:22 +03:00
committed by Tim Abbott
parent 83b4fef060
commit b13a85cdbf

View File

@@ -81,7 +81,6 @@
& kbd {
background-color: hsl(211deg 29% 14%);
border-color: hsl(211deg 29% 14%);
box-shadow: inset 0 -1px 0 hsl(210deg 5% 34% / 20%);
text-shadow: none;
color: hsl(236deg 33% 90%);
}