Skip to content

Commit 8676841

Browse files
authored
docs: make Form samples theme-friendly (#9956)
1 parent 7d9cb85 commit 8676841

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ui5-form-item::part(layout) {
2-
background: #72c9e1;
2+
background: var(--sapHoverColor);
33
}
44
ui5-form-item::part(content) {
5-
background: #eef9fc;
5+
background: var(--sapAvatar_1_Background);
66
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
ui5-form::part(column) {
2-
background: #eef9fc;
2+
background: var(--sapHoverColor);
33
}

0 commit comments

Comments
 (0)