Skip to content

Commit

Permalink
updated border radius
Browse files Browse the repository at this point in the history
  • Loading branch information
egauzens committed Oct 10, 2024
1 parent 4532a2b commit 702aa75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/FilesTable/FilesTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1141,7 +1141,7 @@ export default {
:global(.file-type-filter .el-table-filter__bottom button) {
background-color: $purple;
color: white;
border-radius: 5%;
border-radius: 10%;
margin-right: .25rem;
padding: .2rem .3rem .2rem .3rem;
}
Expand Down

0 comments on commit 702aa75

Please sign in to comment.