File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
components/app/onboarding Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11<template >
22 <!-- eslint-disable max-len -->
33 <section class =" onboarding-sub-container relative" >
4- <h1 >{{slide.current}} / {{slide.count}}</h1 >
4+ <h1 class = " text-gray-matcha " >{{slide.current}} / {{slide.count}}</h1 >
55 <h1 class =" onboarding-sub-container-content-heading leading-none text-center" >{{slide.header}}</h1 >
66 <ImageUpload v-if =" imageIndex <= slide.maxImagesAllowed"
77 v-bind:explanation =" explanation"
Original file line number Diff line number Diff line change 11<template >
22 <!-- eslint-disable max-len -->
33 <section class =" onboarding-sub-container" >
4- <h1 >{{slide.current}} / {{slide.count}}</h1 >
4+ <h1 class = " text-gray-matcha " >{{slide.current}} / {{slide.count}}</h1 >
55 <h1 class =" onboarding-sub-container-content-heading leading-none" >{{slide.header}}</h1 >
6- <p class =" mt-2" >{{optionsSelectedCount}} / {{slide.maxOptionsForSelection}}</p >
6+ <p class =" mt-2 text-gray-matcha " >{{optionsSelectedCount}} / {{slide.maxOptionsForSelection}}</p >
77 <div class =" h-64 pb-1 my-8 border-b-4 max-w-xs border-white-matcha flex flex-col items-center w-full overflow-scroll" >
88 <SelectionButton v-for =" (option, index) in slide.options" :key =" index + option"
99 v-bind:val =" option"
Original file line number Diff line number Diff line change 11<template >
22 <!-- eslint-disable max-len -->
33 <section class =" onboarding-sub-container" >
4- <h1 >{{slide.current}} / {{slide.count}}</h1 >
4+ <h1 class = " text-gray-matcha " >{{slide.current}} / {{slide.count}}</h1 >
55 <h1 class =" onboarding-sub-container-content-heading leading-none" >Bio</h1 >
6- <p class =" mt-2" >{{textareaLength}} / {{slide.maxTextareaLength}}</p >
6+ <p class =" mt-2 text-gray-matcha " >{{textareaLength}} / {{slide.maxTextareaLength}}</p >
77 <div class =" h-64 flex flex-col items-center justify-center w-full" >
88 <textarea
99 autofocus
Original file line number Diff line number Diff line change 6363 key: 'bio',
6464 current: slideCurrent,
6565 count: slideCount,
66- minTextareaLength: 40 ,
66+ minTextareaLength: 50 ,
6767 maxTextareaLength: 200,
6868 placeholder: 'I am best described as ...',
6969 buttonText}"
You can’t perform that action at this time.
0 commit comments