From 2d854091b9684ab253a2c117509bf95609a975a1 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Wed, 5 Mar 2025 17:24:59 +0000 Subject: enhance(embed): add ability to pin color mode (#7186) * enhance(embed): add ability to pin color mode * fix: Move color mode dropdown to the root section * auto -> system * style tweaks * default to light theme * try and fix eslint * fix dropdown styles on other browsers * rm unnecessary eslintrc change * more explicit color mode select * make light explicit --------- Co-authored-by: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com> --- .eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.eslintrc.js') diff --git a/.eslintrc.js b/.eslintrc.js index 5505f45ed..19b869871 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -92,9 +92,9 @@ module.exports = { '*.lock', '.husky', 'patches', - 'bskyweb', '*.html', 'bskyweb', + 'bskyembed', 'src/locale/locales/_build/', 'src/locale/locales/**/*.js', ], -- cgit 1.4.1