Skip to content

Commit

Permalink
added tagify-dd-text-color to Knobs in the examples html page
Browse files Browse the repository at this point in the history
  • Loading branch information
yairEO committed Jun 22, 2024
1 parent eb26a2f commit fedea0d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/homepage/scripts.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,11 @@
}
},

{
cssVar: ['tagify-dd-text-color', null, document.documentElement],
label: 'tagify-dd-text-color',
type: 'color',
},
{
cssVar: ['tagify-dd-bg-color', null, document.documentElement],
label: 'tagify-dd-bg-color',
Expand Down
5 changes: 5 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3713,6 +3713,11 @@ <h3>JAVASCRIPT</h3>
}
},

{
cssVar: ['tagify-dd-text-color', null, document.documentElement],
label: 'tagify-dd-text-color',
type: 'color',
},
{
cssVar: ['tagify-dd-bg-color', null, document.documentElement],
label: 'tagify-dd-bg-color',
Expand Down

0 comments on commit fedea0d

Please sign in to comment.