Skip to content

Commit c82ed87

Browse files
committed
change color
1 parent 150f5f4 commit c82ed87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/user/register.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ export default {
142142

143143
<style scoped>
144144
.form-required::before {
145-
content: '*';
146-
color: red;
145+
content: "*";
146+
color: #f56c6c;
147147
}
148148
</style>

0 commit comments

Comments
 (0)