diff --git a/src/components/modals/main/scss/index.scss b/src/components/modals/main/scss/index.scss index 90a9ca68..1bece88e 100644 --- a/src/components/modals/main/scss/index.scss +++ b/src/components/modals/main/scss/index.scss @@ -81,7 +81,7 @@ // animation opacity: 0; transform: scale(0); - transition: all 300ms cubic-bezier(.47, 1.64, .41, 0.8); + transition: all 300ms cubic-bezier(0.47, 1.64, 0.41, 0.8); } .ReactModal__Content--after-open { diff --git a/src/components/modals/main/scss/settings/_buttons.scss b/src/components/modals/main/scss/settings/_buttons.scss index fbdc7805..499cfafe 100644 --- a/src/components/modals/main/scss/settings/_buttons.scss +++ b/src/components/modals/main/scss/settings/_buttons.scss @@ -116,6 +116,7 @@ .removeFromMue { @extend %storebutton; + border: 2px solid #ff4757; color: #ff4757; diff --git a/src/components/modals/main/scss/settings/react-color-picker-gradient-picker-custom-styles.scss b/src/components/modals/main/scss/settings/react-color-picker-gradient-picker-custom-styles.scss index d51f2be0..1870480b 100644 --- a/src/components/modals/main/scss/settings/react-color-picker-gradient-picker-custom-styles.scss +++ b/src/components/modals/main/scss/settings/react-color-picker-gradient-picker-custom-styles.scss @@ -16,6 +16,7 @@ div.color-preview-area > div > div:nth-child(5) { .input-field .label { color: inherit; + color: var(--modal-text) !important; } // other styling for themes support etc @@ -27,10 +28,6 @@ div.color-preview-area > div > div:nth-child(5) { background-color: var(--modal-text) !important; } -.input-field .label { - color: var(--modal-text) !important; -} - .gradient-type-item.active::after { border: 2px solid var(--modal-text) !important; } diff --git a/src/components/widgets/background/scss/_photoinformation.scss b/src/components/widgets/background/scss/_photoinformation.scss index 21c7870e..16f8961b 100644 --- a/src/components/widgets/background/scss/_photoinformation.scss +++ b/src/components/widgets/background/scss/_photoinformation.scss @@ -31,7 +31,7 @@ box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); color: var(--modal-text); position: fixed; - bottom: 2.9rem; + bottom: 2.9rem; left: 0.7em; padding: 1rem; border-radius: 24px 24px 24px 0; diff --git a/src/components/widgets/quicklinks/QuickLinks.jsx b/src/components/widgets/quicklinks/QuickLinks.jsx index 06a9ea7c..0378179d 100644 --- a/src/components/widgets/quicklinks/QuickLinks.jsx +++ b/src/components/widgets/quicklinks/QuickLinks.jsx @@ -135,7 +135,7 @@ export default class QuickLinks extends React.PureComponent { } else { return link; } - } + }; return (