Skip to content
Snippets Groups Projects
Commit c89d8f43 authored by Emmanuel Salomon's avatar Emmanuel Salomon :fist:
Browse files

a11y: missing aria label for dark mode switch

parent fb8b8677
No related branches found
No related tags found
No related merge requests found
<template>
<t-toggle v-model="mode" value="dark" unchecked-value="light" variant="dark">
<t-toggle
v-model="mode"
value="dark"
unchecked-value="light"
variant="dark"
:aria-checked="mode"
aria-label="Toggle dark mode"
>
<fa
slot="unchecked"
icon="sun"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment