dashboard icon indicating copy to clipboard operation
dashboard copied to clipboard

Bug: Fix issue with font in select menu not matching input labels font.

Open brarsanmol opened this issue 4 years ago • 0 comments

Tickets:

  • HCK-#902

List of changes:

  • Delete forced font 'Hind Siliguri' on autocomplete select menu.
  • Change font on StyledCreatableSelect to match the header instead of the body.

Type of change:

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

How to test:

  • Find any select menu on any page and check if it's font matches with it's labels font.

Questions:

  • The font 'Hind Siliguri' was hard-coded on the autocomplete select menu so was it an intentional design decision?
  • The header and body font themes are different. So again was the different font on the select menu an intentional design decision?

PR Checklist

  • [ ] Merged develop branch (before testing)
  • [X] Linted my code locally
  • [ ] Listed change(s) in the Changelog
  • [X] Tested all links in project relevant browsers
  • [X] Tested all links on different screen sizes
  • [X] Referenced all useful info (issues, tasks, etc)

Screenshots:

Screen Shot 2021-08-09 at 11 14 10 PM Screen Shot 2021-08-09 at 11 14 22 PM

brarsanmol avatar Aug 10 '21 03:08 brarsanmol