From e146a0455b97a6ed346aaa90d97fa7de0146fe3f Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Mon, 22 Feb 2021 22:52:34 +0300 Subject: [PATCH] Fixed typos --- src/views/colors/ColorsDemo.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/colors/ColorsDemo.vue b/src/views/colors/ColorsDemo.vue index 159ee2309..fe6a0e36b 100644 --- a/src/views/colors/ColorsDemo.vue +++ b/src/views/colors/ColorsDemo.vue @@ -2,7 +2,7 @@

Colors

-

Each PrimeVue theme exports its own color palette as css variables.

+

Each PrimeVue theme exports its own color palette.

Getting Started

Colors are exported as CSS variables and used with the standard var syntax such as var(--text-color).

@@ -13,7 +13,7 @@
General Colors
-

These are common variables to used throughout the theme.

+

These are common variables used throughout the theme.

@@ -49,7 +49,7 @@
Color Palette
-

A palette consists of 9 colors where each color provide tints/shades from 50 to 900.

+

A palette consists of 9 colors where each color provides tints/shades from 50 to 900.


 <div :style="{backgroundColor:var(--blue-500)}"></div>
@@ -70,7 +70,7 @@
             
 
             
Surfaces
-

In addition, a theme exports a special palette called surfaces that can be used as the base when designing the surface layers and separators.

+

In addition, a theme brings a special palette called surfaces that can be used as the base when designing the surface layers and separators.