Commit b4e5f084 authored by Lyza Danger Gardner's avatar Lyza Danger Gardner Committed by Lyza Gardner

Update text sizes `sm` and `lg`

Nothing is using these at present. The `sm` size is the same as the
`base` size and helps to show that this app's "base" font size is small.

`lg` will be used by some updated components coming from the shared
component library. The updated scale allows an interim size between
the app's (small) base font and `text-lg`.
parent 97720330
...@@ -82,10 +82,10 @@ export default { ...@@ -82,10 +82,10 @@ export default {
// which will grow during the conversion-to-Tailwind process. These // which will grow during the conversion-to-Tailwind process. These
// are descriptive, not aspirational or prescriptive. // are descriptive, not aspirational or prescriptive.
xs: ['11px', '1.4'], xs: ['11px', '1.4'],
sm: ['11px', '1.4'], sm: ['13px', '1.4'],
base: ['13px', '1.4'], // Current base font size for sidebar base: ['13px', '1.4'], // Current base font size for sidebar
md: ['14px'], md: ['14px'],
lg: ['14px'], lg: ['16px'],
xl: ['18px'], xl: ['18px'],
'touch-base': ['16px', '1.4'], // Used for touch interfaces in certain UIs 'touch-base': ['16px', '1.4'], // Used for touch interfaces in certain UIs
// Font sizes for annotator controls that should scale with text in the // Font sizes for annotator controls that should scale with text in the
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment