From 61ebff73fe61c25b59d344fb07f5bda80fa30cb6 Mon Sep 17 00:00:00 2001 From: thecodrr Date: Sun, 10 Jan 2021 17:49:33 +0500 Subject: [PATCH] fix: indicate when a button is focused --- apps/web/src/theme/variants/button.js | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/web/src/theme/variants/button.js b/apps/web/src/theme/variants/button.js index a3474b1bd..85ae9005b 100644 --- a/apps/web/src/theme/variants/button.js +++ b/apps/web/src/theme/variants/button.js @@ -26,6 +26,7 @@ class Default { cursor: "pointer", ":focus": { outline: "none", + opacity: 0.8, }, }; }