diff --git a/resources/assets/css/_components.css b/resources/assets/css/_components.css index 4fa2105c6..9517fcd2c 100644 --- a/resources/assets/css/_components.css +++ b/resources/assets/css/_components.css @@ -337,7 +337,7 @@ } .tile-selection-single { - @apply relative py-4 border-2 cursor-pointer select-none rounded-xl border-theme-primary-100 transition-default; + @apply relative py-4 border-2 cursor-pointer select-none rounded-xl border-theme-primary-100 transition-default outline-none focus:ring-2 focus:ring-theme-primary-500; } .tile-selection-option:hover, diff --git a/resources/views/inputs/includes/tile-selection-option.blade.php b/resources/views/inputs/includes/tile-selection-option.blade.php index 318e4d989..5b7289b71 100644 --- a/resources/views/inputs/includes/tile-selection-option.blade.php +++ b/resources/views/inputs/includes/tile-selection-option.blade.php @@ -10,7 +10,10 @@ class="flex relative flex-col"