Skip to content

Commit

Permalink
Merge pull request #132 from anderm18/remove_border_radius_admin
Browse files Browse the repository at this point in the history
Unrounded the components
  • Loading branch information
anderm18 authored Jul 27, 2022
2 parents 18afb01 + 6b22100 commit 9a4490b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion frontend/src/pages/AdminPortal/AdminPathwayPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<v-autocomplete
v-model="selectedPathway"
clearable
rounded
solo
:items="pathways"
label="Pathways"
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/pages/AdminPortal/AdminSearchCCPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
<v-text-field
v-model="searchValue"
outlined
rounded
solo
label="Search Class"
class="search-field"
style="margin-top: 10px"
/>
</div>
<div v-for="course in filteredCourses" :key="course.name">
Expand Down

0 comments on commit 9a4490b

Please sign in to comment.