Просмотр исходного кода

:lipstick: Styled buttons using waveui standards

tabs-content
tomit4 3 лет назад
Родитель
Сommit
23aa37c686

+ 1
- 1
frontend/src/components/onboarding/FormInput.vue Просмотреть файл

@@ -19,7 +19,7 @@
19 19
     textarea(v-if='question.response_key_prompt == "blurb"' placeholder='My Origin Story starts off like this...' type='text' v-model='input' rows='4' cols='50')
20 20
     p(v-if='question.response_key_prompt == "image"') Hey, you're almost done!
21 21
         p Please provide an image of yourself so others can recognize you if you ever meet up IRL:
22
-        button(@click='submitImage') Upload Image
22
+        w-button.ma1.grow(@click='submitImage') Upload Image
23 23
     w-button.ma1.grow(@click='handleSubmit') NEXT
24 24
 </template>
25 25
 <script>

+ 2
- 3
frontend/src/views/SurveyCompleteView.vue Просмотреть файл

@@ -15,9 +15,8 @@ main.view--surveycomplete
15 15
                 p {{ surveyObjects[index].response_key_prompt }}
16 16
                 p You Answered:  {{aspect}}
17 17
                 br
18
-        button(@click="changeAnswers") Change Answers
19
-        br
20
-        button(@click="finalSubmit") Submit Answers
18
+        w-button.ma1(@click="changeAnswers") Change Answers
19
+        w-button.ma1(@click="finalSubmit") Submit Answers
21 20
 </template>
22 21
 
23 22
 <script>

Загрузка…
Отмена
Сохранить