Skip to content

Fix error on missing colors - #17

Merged
francoismassart merged 1 commit into
francoismassart:masterfrom
ntkoopman:patch-1
May 20, 2021
Merged

Fix error on missing colors#17
francoismassart merged 1 commit into
francoismassart:masterfrom
ntkoopman:patch-1

Conversation

@ntkoopman

Copy link
Copy Markdown
Contributor

Pull Request Name

Description

Fixes an error when a color is not in the global colors

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce.
Please also list any relevant details for your test configuration

Issue happens on this configuration:

module.exports = {
  theme: {
    textColor: {
      foo: "#fff"
    }
  }
}

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules
  • I have checked my code and corrected any misspellings

Fixes an error when a color is not in the global colors
@francoismassart
francoismassart merged commit 589c76f into francoismassart:master May 20, 2021
@francoismassart

Copy link
Copy Markdown
Owner

Hey @ntkoopman thank you very much for your bug fix 👍 Releasing a patch in few minutes

@ntkoopman
ntkoopman deleted the patch-1 branch May 21, 2021 01:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants