Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ogerly committed Jun 27, 2024
1 parent c64f9d7 commit cd5a010
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/vuetify/Molecules/SearchField.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
:flat="flat"
rounded
:variant="variant"
class="mx-4 mt-4 SearchDrawer"
class="mx-4 mt-4 search-drawer"
></v-text-field>
</template>

Expand Down Expand Up @@ -62,7 +62,7 @@ watch(
</script>

<style scoped>
.SearchDrawer {
.search-drawer {
border-radius: 25px;
}
</style>

0 comments on commit cd5a010

Please sign in to comment.