Skip to content

Commit

Permalink
fix: remove status barChart background
Browse files Browse the repository at this point in the history
  • Loading branch information
1pone committed Aug 5, 2024
1 parent 449c927 commit ce99ed1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "arex",
"private": true,
"version": "0.7.0",
"version": "0.7.2",
"description": "",
"homepage": "https://github.com/arextest/arex",
"main": "index.js",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ const ProportionBarChart: FC<ProportionBarChartProps> = (props) => {
width: ${width}px;
height: ${height}px;
margin-left: 8px;
background-color: ${token.colorSuccessTextHover};
`}
>
<div
Expand Down

0 comments on commit ce99ed1

Please sign in to comment.