Skip to content

Timer and Icons Lose Branding Color When Deployed #20

@andrewdimmer

Description

@andrewdimmer

Describe the bug
On the local demo, the background of the clock icons on the left of each list item have the branding color. Once you run npm run build, however, they get reverted back to the default grey/white.

To Reproduce
Steps to reproduce the behavior:

  1. Enter into the website directory (i.e. cd website from the root of the repository)
  2. Run npm run start
  3. Observe that the timer background and list icons are blue (or whatever the specified branding color is)
  4. Run npm run build
  5. Server the website from the build directory
  6. Observe that the timer background and list icons are grey/white

Expected behavior
The background colors should be the same between npm run start and npm run build.

Screenshots
If applicable, add screenshots to help explain your problem.

Local Build:

image

image

Production Build:

image

image

Desktop (please complete the following information):

  • OS: Windows 10 Home (1903)
  • Browser: Google Chrome
  • Version: Version 85.0.4183.102 (Official Build) (64-bit)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions