Skip to content

Commit cd4cc81

Browse files
authored
Fix formatting
1 parent 77e0fa5 commit cd4cc81

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/view-style-props.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -419,8 +419,8 @@ For more granular control over what should be blending together see [isolation](
419419
- `luminosity`: Creates a color with the luminosity of the source color and the hue and saturation of the backdrop color. This produces an inverse effect to that of the Color mode.
420420
- `plus-lighter`: Adds the source and destination color channels, clamping each at maximum value.
421421

422-
| Type |
423-
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
422+
| Type |
423+
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
424424
| enum(`'normal'`, `'multiply'`, `'screen'`, `'overlay'`, `'darken'`, `'lighten'`, `'color-dodge'`, `'color-burn'`, `'hard-light'`, `'soft-light'`, `'difference'`, `'exclusion'`, `'hue'`, `'saturation'`, `'color'`, `'luminosity'`, `'plus-lighter'`) |
425425

426426
---

0 commit comments

Comments
 (0)