From 818e8918ff674cdd11345201e78c3088c4149269 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Wed, 19 Feb 2025 11:17:54 +0000 Subject: [PATCH] Remove outline from camera button --- .../live/record_live/barcode_scanner_component.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/music_library_web/live/record_live/barcode_scanner_component.ex b/lib/music_library_web/live/record_live/barcode_scanner_component.ex index 2f92e90c..858ba6bd 100644 --- a/lib/music_library_web/live/record_live/barcode_scanner_component.ex +++ b/lib/music_library_web/live/record_live/barcode_scanner_component.ex @@ -71,7 +71,7 @@ defmodule MusicLibraryWeb.RecordLive.BarcodeScannerComponent do |> JS.dispatch("camera_request", to: "#barcode-scanner") |> JS.hide(to: "#camera-button") } - class="relative block w-full h-96 rounded-lg border-2 border-dashed border-zinc-300 p-12 text-center hover:border-zinc-400 focus:outline-none focus:ring-2 focus:ring-zinc-500 focus:ring-offset-2" + class="relative block w-full h-96 rounded-lg border-2 border-dashed border-zinc-300 p-12 text-center hover:border-zinc-400 outline-none" >