Skip to content

Commit

Permalink
fix(ui5-busy-indicator): correct appearance in Belize theme (#8054)
Browse files Browse the repository at this point in the history
Fixes: #7901
  • Loading branch information
s-todorova authored Jan 10, 2024
1 parent e5f8edd commit f41d505
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
@import "../base/BusyIndicator-parameters.css";

:root {
--_ui5_busy_indicator_color: var(--sapContent_BusyColor);
}
2 changes: 1 addition & 1 deletion packages/main/src/themes/sap_belize/parameters-bundle.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@import "../base/AvatarGroup-parameters.css";
@import "../base/Badge-parameters.css";
@import "./BrowserScrollbar-parameters.css";
@import "../base/BusyIndicator-parameters.css";
@import "./BusyIndicator-parameters.css";
@import "./Button-parameters.css";
@import "../base/DatePicker-parameters.css";
@import "./DayPicker-parameters.css";
Expand Down

0 comments on commit f41d505

Please sign in to comment.