From 20f81b138ce37fe0c2f167a1e64e9cea09c98675 Mon Sep 17 00:00:00 2001 From: Aidan <104831665+aidanCQ@users.noreply.github.com> Date: Wed, 23 Oct 2024 10:22:55 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 567bb3f..8afb92d 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ npm run build # Build component library with rollup. ``` ### Design Tokens -CSS variables are declared in `src/tokens.css`. Dark mode is enabled when using the attribute `data-theme="dark"` higher up in the tree. See `src/tokens.css` for more details. +CSS variables are declared in `src/tokens.css`. Dark mode is enabled when using the attribute `data-theme="dark"` higher up in the DOM tree. See `src/tokens.css` for more details.