fix typos

This commit is contained in:
lindsaym-fa
2024-06-11 22:10:50 -04:00
parent 17b34dc432
commit a9e0a71fa1
2 changed files with 2 additions and 2 deletions

View File

@@ -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` | <div style="line-height: var(--wa-line-height-condensed); border-block-color: var(--wa-color-neutral-border-loud)">AaBb</div> |
| `--wa-line-height-condensed` | `1.2` | <div style="line-height: var(--wa-line-height-condensed); border-block-color: var(--wa-color-neutral-border-loud)">AaBb</div> |
| `--wa-line-height-normal` | `1.6` | <div style="line-height: var(--wa-line-height-normal); border-block-color: var(--wa-color-neutral-border-loud)">AaBb</div> |
| `--wa-line-height-expanded` | `2` | <div style="line-height: var(--wa-line-height-expanded); border-block-color: var(--wa-color-neutral-border-loud)">AaBb</div> |

View File

@@ -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;
}