Skip to content

Commit

Permalink
fix(UI): no round borders on left of file upload inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabio286 committed Aug 22, 2021
1 parent 8b93c49 commit d5b2bde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/renderer/components/BaseUploadInput.vue
Expand Up @@ -78,6 +78,7 @@ export default {
.file-uploader-message {
display: flex;
border-radius: $border-radius 0 0 $border-radius;
}
.file-uploader-input {
Expand Down

0 comments on commit d5b2bde

Please sign in to comment.