From b439b69be9e9d4e1c5f33d374d9be9a6bbe0c13a Mon Sep 17 00:00:00 2001 From: Denitsa Manova Date: Fri, 20 Sep 2024 16:31:37 +0300 Subject: [PATCH] chore: body background per theme --- .../coffee-warehouse/src/styles/_common.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/examples-standalone/coffee-warehouse/src/styles/_common.scss b/examples-standalone/coffee-warehouse/src/styles/_common.scss index 21bf7819..4840641b 100644 --- a/examples-standalone/coffee-warehouse/src/styles/_common.scss +++ b/examples-standalone/coffee-warehouse/src/styles/_common.scss @@ -7,6 +7,10 @@ h3 { padding: 0; } +body{ + background-color: var(--kendo-color-surface-alt) +}; + a { text-decoration: none; } @@ -39,7 +43,7 @@ a { } .card-container { - background-color: $white; + background-color: var(--kendo-color-app-surface); padding: 40px 0; text-align: center;