Skip to content

Commit b5f28cc

Browse files
SCAL-219263 - css var help text update (#14)
1 parent b6bc2ec commit b5f28cc

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/css-variables.ts

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,12 @@ export interface CustomCssVariables {
2424
'--ts-var-root-text-transform'?: string;
2525

2626
/**
27-
* application color, it replaces #2770EF which is rd-color(blue,base) and
28-
* its similar colors like rd-color(blue,60), rd-color(accent, base) and
29-
* rd-color(text, accent) in the app.
27+
* Font color of the text on toggle buttons such as
28+
* **All**, **Answers**, and **Liveboards** on the Home page (Classic experience),
29+
* the text color of the chart and table tiles on Home page (New modular Homepage experience),
30+
* and title text on the AI-generated charts and tables.
31+
* The default color code is #2770EF.
32+
*
3033
*/
3134
'--ts-var-application-color'?: string;
3235

0 commit comments

Comments
 (0)