Skip to content

Commit fabfc42

Browse files
fix(a11y): low elements contrast
1 parent ec7edb5 commit fabfc42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/pages/settings.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const availableLocales = computed(() =>
1010

1111
<template>
1212
<main class="container py-8 sm:py-12 w-full">
13-
<div class="space-y-1 p-4 rounded-lg">
13+
<div class="space-y-1 p-4 rounded-lg bg-bg-muted border border-border">
1414
<button
1515
type="button"
1616
class="w-full flex items-center justify-between gap-3 px-2 py-2 rounded-md hover:bg-bg-muted transition-[background-color] duration-150 cursor-pointer focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-fg/50"

0 commit comments

Comments
 (0)