Skip to content

Commit

Permalink
[Fix] Set default strolch-wc-debounced-input input colors to non-white
Browse files Browse the repository at this point in the history
  • Loading branch information
eitch committed Aug 8, 2022
1 parent eb1c105 commit 1bd331d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "strolch-wc-debounced-input",
"description": "Strolch WebComponent Debounced Input",
"version": "0.1.5",
"version": "0.1.6",
"authors": [
"Robert von Burg"
],
Expand Down
6 changes: 3 additions & 3 deletions strolch-wc-debounced-input.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
<!-- Style -->
<style is="custom-style">
:host {
--focus-color: white;
--input-color: white;
--regular-color: lightgrey;
--focus-color: var(--primary-color);
--input-color: var(--primary-text-color);
--regular-color: var(--secondary-text-color);
--disabled-color: darkgrey;
display: block;

Expand Down

0 comments on commit 1bd331d

Please sign in to comment.