diff --git a/assets/index.css b/assets/index.css index 5f607c7..cb449b9 100644 --- a/assets/index.css +++ b/assets/index.css @@ -15,8 +15,9 @@ } .commandbar-user-launcher:hover { - border: 1px solid rgb(160, 160, 160); color: rgba(0, 0, 0, 0.75); + border: 1px solid transparent; + box-shadow: rgb(0 0 0 / 3%) 0 3px 2px; transition: all 0.3s ease-in-out; } diff --git a/src/components/Launcher.js b/src/components/Launcher.js index e8b034d..574655d 100644 --- a/src/components/Launcher.js +++ b/src/components/Launcher.js @@ -7,7 +7,21 @@ const Launcher = ({ text, style }) => {
{ window?.CommandBar?.open(); }}