Skip to content

Commit

Permalink
Make the input very round
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <coding@schilljs.com>
  • Loading branch information
nickvergessen committed Sep 1, 2022
1 parent 3daf544 commit fafdc42
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/components/LeftSidebar/SearchBox/SearchBox.vue
Original file line number Diff line number Diff line change
Expand Up @@ -125,3 +125,11 @@ export default {
},
}
</script>

<style lang="scss" scoped>

::v-deep .input-field__input {
border-radius: var(--border-radius-pill);
}

</style>

0 comments on commit fafdc42

Please sign in to comment.