Skip to content

Commit

Permalink
docs: make Form samples theme-friendly (#9956)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilhan007 authored Sep 28, 2024
1 parent 7d9cb85 commit 8676841
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/website/docs/_samples/main/Form/LabelSpan/main.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ui5-form-item::part(layout) {
background: #72c9e1;
background: var(--sapHoverColor);
}
ui5-form-item::part(content) {
background: #eef9fc;
background: var(--sapAvatar_1_Background);
}
2 changes: 1 addition & 1 deletion packages/website/docs/_samples/main/Form/Layout/main.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ui5-form::part(column) {
background: #eef9fc;
background: var(--sapHoverColor);
}

0 comments on commit 8676841

Please sign in to comment.