diff --git a/docs/docs/theming/typography.md b/docs/docs/theming/typography.md index 5bbe33349..567a40234 100644 --- a/docs/docs/theming/typography.md +++ b/docs/docs/theming/typography.md @@ -63,7 +63,7 @@ Line heights control the distance between lines of text and are unitless to scal | Custom Property | Default Value | Preview | | ---------------------------- | ------------- | ----------------------------------------------------------------------------------------------------------------------------- | -| `--wa-line-height-condensed` | `1.125` |
AaBb
| +| `--wa-line-height-condensed` | `1.2` |
AaBb
| | `--wa-line-height-normal` | `1.6` |
AaBb
| | `--wa-line-height-expanded` | `2` |
AaBb
| diff --git a/src/components/color-picker/color-picker.ts b/src/components/color-picker/color-picker.ts index 49ddcf4e1..e386ddf6f 100644 --- a/src/components/color-picker/color-picker.ts +++ b/src/components/color-picker/color-picker.ts @@ -127,7 +127,7 @@ export default class WaColorPicker extends WebAwesomeFormAssociatedElement { return this.input; } - // This puts popup on the colorpicker itself without needing to expand it to show the input. + // This puts popup on the color picker itself without needing to expand it to show the input. // This is necessary because form submissions expect the "anchor" to be currently shown. return this.trigger; }