Skip to content

Commit

Permalink
fix: warning alert font color
Browse files Browse the repository at this point in the history
  • Loading branch information
Maurier committed Jul 8, 2024
1 parent da8a0ba commit cb11d54
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
:step="index"
editable
edit-icon="mdi-check"
color="primary"
>
<div>{{ step.next || "Recommendations" }}</div>
<v-chip v-if="step.selectedOption" class="mt-2" color="success">
Expand Down Expand Up @@ -85,7 +86,7 @@
type="warning"
border="start"
>
<p>
<p class="text-orange-darken-3">
If you are a CZ Net data manager or investigator and you choose
to submit data to a repository other than HydroShare, EarthChem,
or Zenodo, please use the
Expand Down
8 changes: 5 additions & 3 deletions src/components/register-dataset/cz.register-dataset.vue
Original file line number Diff line number Diff line change
Expand Up @@ -358,9 +358,11 @@
variant="outlined"
density="compact"
>
We could not find a resource matching the criteria above. Please
make sure that you have selected the correct repository and that the
URL or identifier is correct and try again.
<p class="text-orange-darken-3">
We could not find a resource matching the criteria above. Please
make sure that you have selected the correct repository and that the
URL or identifier is correct and try again.
</p>
</v-alert>
</template>

Expand Down

0 comments on commit cb11d54

Please sign in to comment.