Skip to content

Commit

Permalink
Merge remote-tracking branch 'joao/ensure-mui-base' into develop3
Browse files Browse the repository at this point in the history
  • Loading branch information
antobinary committed Sep 5, 2024
2 parents 79ce6f2 + a77e179 commit 1e05769
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 4 deletions.
77 changes: 74 additions & 3 deletions bbb-learning-dashboard/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions bbb-learning-dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/base": "^5.0.0-alpha.105",
"@mui/material": "^5.10.13",
"@mui/x-data-grid": "^5.17.10",
"react": "^17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion bbb-learning-dashboard/src/components/UsersTable.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ class UsersTable extends React.Component {
title={`${percentage.toString()}%`}
>
<div
aria-label=" "
aria-label="Online time"
className="bg-gradient-to-br from-green-100 to-green-600 transition-colors duration-900 h-1.5"
style={{ width: `${percentage.toString()}%` }}
role="progressbar"
Expand Down

0 comments on commit 1e05769

Please sign in to comment.