Skip to content

Commit

Permalink
fix: colorcode to name
Browse files Browse the repository at this point in the history
  • Loading branch information
KEGustafsson authored Sep 12, 2023
1 parent 5b6000c commit 4cc1ba9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/server-admin-ui/src/views/Dashboard/Dashboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ const Dashboard = (props) => {
className={inputPulseIconClass}
style={{
color: providerStats.deltaCount
? '#039'
? 'blue'
: 'lightblue',
}}
/>
Expand All @@ -119,7 +119,7 @@ const Dashboard = (props) => {
style={{
transform: 'scaleX(-1)',
color: providerStats.writeCount
? '#039'
? 'blue'
: 'lightblue',
}}
/>
Expand Down

0 comments on commit 4cc1ba9

Please sign in to comment.