changed colour of the button in ocr

This commit is contained in:
dhanabalan
2025-10-17 12:12:34 +05:30
parent 1ff84d4fba
commit f32cf7ca7d

View File

@@ -48,9 +48,9 @@ document.addEventListener('DOMContentLoaded', () => {
<div class="flex space-x-2 mt-2">
<x-filament::button color="primary" @click="capturePhoto" x-show="!photoTaken">Capture</x-filament::button>
<x-filament::button color="secondary" @click="retakePhoto" x-show="photoTaken">Retake</x-filament::button>
<x-filament::button color="gray" @click="switchCamera" x-show="!photoTaken">Switch Camera</x-filament::button>
<x-filament::button color="gray" @click="verify" x-show="photoTaken">Verify</x-filament::button>
<x-filament::button color="primary" @click="retakePhoto" x-show="photoTaken">Retake</x-filament::button>
<x-filament::button color="primary" @click="switchCamera" x-show="!photoTaken">Switch Camera</x-filament::button>
<x-filament::button color="primary" @click="verify" x-show="photoTaken">Verify</x-filament::button>
</div>
{{-- <input type="hidden" name="{{ $getName() }}" x-ref="hiddenInput"> --}}