changed colour of the button in ocr
This commit is contained in:
@@ -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"> --}}
|
||||
|
||||
Reference in New Issue
Block a user