Skip to content

Commit

Permalink
fix data-screenshot="toggle-mode"
Browse files Browse the repository at this point in the history
  • Loading branch information
siriwatknp committed Sep 11, 2024
1 parent 9dd82c4 commit 8c64407
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default function ColorModeIconDropdown() {
if (!mode) {
return (
<Box
data-template-mode-trigger=""
data-screenshot="toggle-mode"
sx={(theme) => ({
verticalAlign: 'bottom',
display: 'inline-flex',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default function ColorModeIconDropdown() {
if (!mode) {
return (
<Box
data-template-mode-trigger=""
data-screenshot="toggle-mode"
sx={(theme) => ({
verticalAlign: 'bottom',
display: 'inline-flex',
Expand Down

0 comments on commit 8c64407

Please sign in to comment.