fix hover color

This commit is contained in:
SrGooglo 2023-07-17 13:45:00 +00:00
parent c8cd2913f3
commit 784d4778bc

View File

@ -121,6 +121,13 @@
}
}
.ant-btn-primary:not(:disabled):not(.ant-btn-disabled) {
&:hover {
background-color: var(--colorPrimary);
filter: brightness(130%);
}
}
.ant-btn-primary[disabled] {
opacity: 0.5 !important;