Skip to content

Commit

Permalink
fix color
Browse files Browse the repository at this point in the history
  • Loading branch information
Thiritin committed Jul 21, 2024
1 parent 26ad18f commit a3679ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/js/Pages/Badges/BadgesCreate.vue
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ const total = computed(() => {
<div class="w-48 mx-auto shrink-0">
<div class="block md:flex gap-6 justify-center mb-1">
<div v-if="!previewImage" @click="imageModalOpen = true"
class="bg-primary-950 h-64 w-48 rounded-lg drop-shadow mx-auto md:mx-0 flex items-center justify-center cursor-pointer">
class="bg-primary-600 h-64 w-48 rounded-lg drop-shadow mx-auto md:mx-0 flex items-center justify-center cursor-pointer">
<div class="text-primary-100 text-center text-sm px-4">
Click/Tap here to upload a photo of your fursuit
</div>
Expand Down
2 changes: 1 addition & 1 deletion resources/js/Pages/Badges/BadgesEdit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ function openImageModal() {
<div class="w-48 mx-auto shrink-0">
<div class="block md:flex gap-6 justify-center mb-1">
<div v-if="!previewImage" @click="openImageModal"
class="bg-primary-950 h-64 w-48 rounded-lg drop-shadow mx-auto md:mx-0 flex items-center justify-center cursor-pointer">
class="bg-primary-600 h-64 w-48 rounded-lg drop-shadow mx-auto md:mx-0 flex items-center justify-center cursor-pointer">
<div class="text-primary-100 text-center text-sm px-4">
Click/Tap here to upload a photo of your fursuit
</div>
Expand Down

0 comments on commit a3679ba

Please sign in to comment.