Skip to content

Commit e4efe67

Browse files
committed
borderの色を修正
1 parent 0efb88a commit e4efe67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/EditLessonScreenInner3.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ export default class EditLessonScreenInner3 extends Vue {
238238
margin-bottom: 16px;
239239
}
240240
.SearchResult {
241-
border-top: 1px solid $color-white;
241+
border-top: 1px solid $color-base-color-03;
242242
}
243243
.SearchResultTitle {
244244
color: $color-white;

0 commit comments

Comments
 (0)