Update border color to dark mode

This commit is contained in:
Andras Bacsai
2024-03-22 12:06:16 +01:00
parent f044b0292c
commit 87e56c2f66
7 changed files with 10 additions and 10 deletions

View File

@@ -10,7 +10,7 @@
</div>
<div class="flex flex-col gap-2 pt-4">
@foreach ($oauth_settings_map as $oauth_setting)
<div class="p-4 border border-coolgray-500">
<div class="p-4 border dark:border-coolgray-300">
<h3>{{ucfirst($oauth_setting->provider)}} Oauth</h3>
<div class="w-32">
<x-forms.checkbox instantSave id="oauth_settings_map.{{$oauth_setting->provider}}.enabled" label="Enabled" />
@@ -27,4 +27,4 @@
@endforeach
</div>
</form>
</div>
</div>