just getting rid of vale warnings

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2022-10-22 15:55:34 +02:00
parent fda7d90c28
commit cbe11d1e23
24 changed files with 133 additions and 108 deletions
+2 -2
View File
@@ -23,7 +23,7 @@ import { PageTheme } from './types';
*
* How to add a shape:
*
* 1. Get the svg shape from figma, should be ~1400 wide, ~400 high
* 1. Get the SVG shape from figma, should be ~1400 wide, ~400 high
* and only the white-to-transparent mask, no colors.
* 2. Run it through https://jakearchibald.github.io/svgomg/
* 3. Run that through https://github.com/tigt/mini-svg-data-uri
@@ -62,7 +62,7 @@ export const colorVariants: Record<string, string[]> = {
* @remarks
*
* As the background shapes and colors are decorative, we place them onto the
* page as a css background-image instead of an html element of its own.
* page as a CSS `background-image` instead of an HTML element of its own.
*/
export function genPageTheme(props: {
colors: string[];