Skip to content
#

typography

Here are 647 public repositories matching this topic...

theme-ui
brambow
brambow commented Apr 26, 2021

Describe the bug
The Select component options do not show up properly on Windows and Ubuntu when using a theme with dark backgrounds and light fontColors.

To Reproduce
Steps to reproduce the behavior:

  1. Go to the Select components doc page using Windows or Ubuntu OS
  2. Switch to Dark Mode
  3. Expand the Select dropdown from the example
MoOx
MoOx commented Dec 18, 2019

Hi,

I never used your lib yet, but very interested to (as I was starting to do a similar thing).
One thing I noticed is that I don't see dark colors (eg: iOS Colors have light & dark values, which are different, same for grey, see https://developer.apple.com/design/human-interface-guidelines/ios/visual-design/color/)

Is there any plan to handle that? Might be a bit breaking change for color

harfbuzz
behdad
behdad commented Jul 5, 2020

It just doesn't test anything for the cast majority of fuzzer input. While fuzzer does learn the effective paths, let's help it more.

First, for instruction type, change the switch argument to: instruction.operation % NUM_OPERATIONS.

Then just split the available values into the two sets by looking up one integer from fuzzer and use that module size for set1 and the rest for set2.

Improve this page

Add a description, image, and links to the typography topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the typography topic, visit your repo's landing page and select "manage topics."

Learn more