Skip to content

Commit

Permalink
Adding requested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
MarielaTihova committed Oct 30, 2024
1 parent 5cc57f0 commit ebaf893
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 17 deletions.
13 changes: 4 additions & 9 deletions code-gen-library/WebGridRowEditingStyle/Blazor.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,10 @@ let requiredStyles = `
#grid {
--ig-banner-banner-background: #292826;
--ig-banner-banner-message-color: #ffcd0f;
--ig-button-foreground: #ffcd0f;
--ig-button-hover-foreground: white;
--ig-button-font-weight: 600;
}
#grid .igx-button {
color: #ffcd0f;
}
#grid .igx-button:hover {
color: white;
font-weight: 600;
}
<!--end styles-->
`;
11 changes: 3 additions & 8 deletions code-gen-library/WebGridRowEditingStyle/Web.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,11 @@ export class WebGridRowEditingStyle {
#grid {
--ig-banner-banner-background: #292826;
--ig-banner-banner-message-color: #ffcd0f;
--ig-button-foreground: #ffcd0f;
--ig-button-hover-foreground: white;
--ig-button-font-weight: 600;
}
#grid .igx-button {
color: #ffcd0f;
}
#grid .igx-button:hover {
color: white;
font-weight: 600;
}
<!--end styles-->
`;
}

0 comments on commit ebaf893

Please sign in to comment.