Skip to content
#

typography

Here are 632 public repositories matching this topic...

theme-ui
jayliu50
jayliu50 commented Mar 25, 2021

Is your feature request related to a problem? Please describe.
I spent many hours trying to override what I later found out was the highlight color variable, used in a number of Components in the code. I had no idea that this variable existed. :(

Describe the solution you'd like
Maybe just include the highlight default value in the base theme, so that developers building on that w

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