diff --git a/frontend/src/components/DashboardGrid.svelte b/frontend/src/components/DashboardGrid.svelte index eec005e9..cd8b1bff 100644 --- a/frontend/src/components/DashboardGrid.svelte +++ b/frontend/src/components/DashboardGrid.svelte @@ -200,7 +200,7 @@ indeterminate={someSelected && !allSelected} onchange={(e) => handleSelectAll((e.target as HTMLInputElement).checked)} - class="h-4 w-4 text-blue-600 border-gray-300 rounded focus:ring-blue-500" + class="h-4 w-4 text-primary border-gray-300 rounded focus-visible:ring-primary-ring" /> openGit(dashboard)} - class="text-blue-600 hover:text-blue-900" + class="text-primary hover:text-blue-900" > {$t.git.manage} diff --git a/frontend/src/components/MappingTable.svelte b/frontend/src/components/MappingTable.svelte index e6d59cc8..da0681f8 100644 --- a/frontend/src/components/MappingTable.svelte +++ b/frontend/src/components/MappingTable.svelte @@ -90,7 +90,7 @@ {#if mapping} - {$t.dashboard?.saved } + {$t.dashboard?.saved } {:else if suggestion} {$t.dashboard?.suggested } ({Math.round(suggestion.confidence * 100)}%) {:else} diff --git a/frontend/src/components/Navbar.svelte b/frontend/src/components/Navbar.svelte index 5e83c291..b8e8e997 100644 --- a/frontend/src/components/Navbar.svelte +++ b/frontend/src/components/Navbar.svelte @@ -38,37 +38,37 @@