Skip to content

Commit 0987f8d

Browse files
committed
inputを角丸に修正
1 parent 0324be6 commit 0987f8d

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/components/EditorTextarea.vue

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,4 @@ export default Vue.extend({
6161
color: $color-white;
6262
margin-bottom: 4px;
6363
}
64-
.v-input__slot {
65-
box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.3);
66-
}
6764
</style>

src/components/InputField.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,5 +194,6 @@ export default Vue.extend({
194194
<style lang="scss">
195195
.v-input__slot {
196196
box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.3);
197+
border-radius: 14px !important;
197198
}
198199
</style>

0 commit comments

Comments
 (0)