Skip to content

Commit 656d050

Browse files
Merge pull request #538 from telerik/replace-primary-variable
deprecated primary and secondary SCSS variables
2 parents 36ce2ef + e07750e commit 656d050

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/styling/theme-builder.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ To improve the collaboration between designers and developers, Kendo UI for Vue
2929
![Color Styles in a UI Kit for Figma](./images/theme-builder-ui-kit-color-styles.png)
3030

3131
1. Create a new project in the ThemeBuilder application. To choose the most suitable starting **Theme**, ask your designer which UI Kit was used: **Default**, **Bootstrap**, or **Material**.
32-
1. Copy the color codes from the **Color Styles** in Figma and paste them in the ThemeBuilder color editor with the same name. For example, copy the value of the `$primary` color in Figma and paste it in the **Primary** color editor in the ThemeBuilder.
32+
1. Copy the color codes from the **Color Styles** in Figma and paste them in the ThemeBuilder color editor with the same name. For example, copy the value of the `$primary` color in Figma and paste it in the `$kendo-color-primary` color editor in the ThemeBuilder.
3333

3434
## Suggested Links
3535

docs/wrappers-styling/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,8 @@ For the Default and Bootstrap themes, the swatch should look like:
143143

144144
```scss
145145
// Variables.
146-
$primary: blue;
147-
$secondary: pink;
146+
$kendo-color-primary: blue;
147+
$kendo-color-secondary: pink;
148148

149149
// Import the theme file for the components you use.
150150
@import "../panelbar/_index.scss";

0 commit comments

Comments
 (0)