Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Commit

Permalink
fix: add border-theme-line-separator to input fields (#818)
Browse files Browse the repository at this point in the history
* add border-theme-line-separator to input fields instead of static light theme value

* add input-field-border-color to tailwind.js
  • Loading branch information
tpscrpt authored and luciorubeens committed Dec 20, 2018
1 parent 2309a87 commit dc16bd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tailwind.js
Expand Up @@ -106,6 +106,7 @@ let colors = {
'theme-option-button': 'var(--theme-option-button)',
'theme-option-button-hover': 'var(--theme-option-button-hover)',
'theme-option-button-text': 'var(--theme-option-button-text)',
'theme-input-field-border': 'var(--theme-input-field-border)',
'theme-input-toggle-choice': 'var(--theme-input-toggle-choice)',
'theme-input-toggle-choice-text': 'var(--theme-input-toggle-choice-text)',
'theme-modal-footer-button': 'var(--theme-modal-footer-button)',
Expand Down

0 comments on commit dc16bd3

Please sign in to comment.