diff --git a/src/components/Feedback/feedbackModal.scss b/src/components/Feedback/feedbackModal.scss index e79334006bc530b8b19da8c2c82ae8d8fc4db4d9..3a373cb59f55ef3626252cbcda8b886404100ca3 100644 --- a/src/components/Feedback/feedbackModal.scss +++ b/src/components/Feedback/feedbackModal.scss @@ -86,15 +86,21 @@ } .upload-label { appearance: none; - @include button($gold-shadow, #000000, none, $multi-color-radial-gradient) { - } - color: $dark-2; padding: 0.5rem; text-align: center; - font-weight: bold; - margin-bottom: 0.5rem; max-width: 180px; + @include button( + transparent, + rgba($grey-bright, 0.7), + 1px solid $grey-dark, + transparent + ); + background-color: rgba($grey-dark, 0.2); margin: 0.8rem auto; + transition: all 300ms ease; + &:hover { + opacity: 0.7; + } } .fileName { display: flex;