File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -250,7 +250,7 @@ onMounted(async () => {
250250 < span
251251 v- for = " tag in selectedTags"
252252 : key= " tag"
253- class = " inline-flex items-center mr-2 my-1 bg-secondary text-primaryDark dark:bg-gray-900 dark:text-white px-3 py-1 rounded-full text-sm font-medium transition-colors"
253+ class = " inline-flex items-center mr-2 my-1 bg-secondary text-primaryDark dark:bg-gray-700 dark:text-white px-3 py-1 rounded-full text-sm font-medium transition-colors"
254254 >
255255 < button
256256 @click= " removeTag(tag)"
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ const nextLink = props.links[props.links.length - 1]?.url;
3333
3434< template>
3535 < nav class = " flex flex-col items-center justify-center space-y-2" >
36- < span class = " text-sm text-gray-700 mt-4 dark:text-gray-400 " >
36+ < span class = " text-sm text-gray-700 mt-4 dark:text-gray-300 " >
3737 < template v- if = " total === 0" >
3838 No results found for {{ modelName }}.
3939 < / template>
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ const validateAndNext = async () => {
5858 <Form
5959 :resolver =" resolver "
6060 :initialValues =" props .form "
61- class="flex flex-col gap-4 w-full bg-white dark:bg-gray-800 border border-transparent dark:border-gray-800 rounded-lg p-4"
61+ class="flex flex-col gap-4 w-full bg-white dark:bg-gray-900 border border-transparent dark:border-gray-800 rounded-lg p-4"
6262 >
6363 <div class =" flex flex-col gap-1 justify-center items-center" >
6464 <div class =" self-end" >
You can’t perform that action at this time.
0 commit comments