Skip to content

Commit

Permalink
Remove border from inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebauman committed Dec 15, 2023
1 parent 32654ef commit 9080d83
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion assets/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@

@layer utilities {
.highlight {
@apply border border-gray-300;
@apply border border-none;
}

[color-scheme="dark"] .highlight {
Expand Down
1 change: 0 additions & 1 deletion components/Toggle.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
v-model="localValue"
v-on="$listeners"
v-bind="$attrs"
class="highlight"
:classes="{
wrapper:
'bg-ui-gray-800 rounded-full border-2 border-transparent focus:outline-none focus:ring-0',
Expand Down

0 comments on commit 9080d83

Please sign in to comment.