1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Fix catalog button border-radius when modal is shown (#4236)

Signed-off-by: Juho Heikka <juho.heikka@gmail.com>
This commit is contained in:
Juho Heikka 2021-11-03 13:09:38 +02:00 committed by GitHub
parent f820f3df53
commit 9f14b4c534
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,6 +26,7 @@
.MuiFab-primary { .MuiFab-primary {
background-color: var(--blue); background-color: var(--blue);
border-radius: 50%;
&:hover { &:hover {
background-color: #317bb3; background-color: #317bb3;