diff --git a/packages/app/src/theme/fixments.less b/packages/app/src/theme/fixments.less index 75ed2197..d1eb782f 100755 --- a/packages/app/src/theme/fixments.less +++ b/packages/app/src/theme/fixments.less @@ -118,6 +118,8 @@ } .ant-btn-primary[disabled] { + opacity: 0.5 !important; + svg { color: unset !important; } @@ -128,6 +130,10 @@ } } +.ant-btn[disabled] { + opacity: 0.5 !important; +} + .ant-btn-default { &:not(.ant-btn-dangerous) { border-color: var(--background-color-primary-2) !important; @@ -489,4 +495,28 @@ .drawer { z-index: 1000; +} + +.ant-notification-notice { + .ant-notification-notice-with-icon { + .ant-notification-notice-message { + margin-inline-start: 46px!important; + } + + .ant-notification-notice-description { + margin-inline-start: 46px!important; + } + + .ant-notification-notice-icon { + max-width: 40px; + + img { + width: 100%; + height: 100%; + object-fit: cover; + + border-radius: 8px; + } + } + } } \ No newline at end of file