Skip to content

Commit

Permalink
fixup! fix(deps): update dependency @dcos/ui-kit to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrebeitz committed Oct 14, 2020
1 parent 9ee4e5a commit 2704122
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

exports[`NodesTableHealthColumn renderer renders with health status 'Healthy' 1`] = `
<div
className="css-16zdca9"
className="css-1hpyb6y"
>
<span
className="text-success"
Expand All @@ -14,7 +14,7 @@ exports[`NodesTableHealthColumn renderer renders with health status 'Healthy' 1`

exports[`NodesTableHealthColumn renderer renders with health status 'NA' 1`] = `
<div
className="css-16zdca9"
className="css-1hpyb6y"
>
<span
className="text-mute"
Expand All @@ -26,7 +26,7 @@ exports[`NodesTableHealthColumn renderer renders with health status 'NA' 1`] = `

exports[`NodesTableHealthColumn renderer renders with health status 'Unhealthy' 1`] = `
<div
className="css-16zdca9"
className="css-1hpyb6y"
>
<span
className="text-danger"
Expand All @@ -38,7 +38,7 @@ exports[`NodesTableHealthColumn renderer renders with health status 'Unhealthy'

exports[`NodesTableHealthColumn renderer renders with health status 'Warn' 1`] = `
<div
className="css-16zdca9"
className="css-1hpyb6y"
>
<span
className="text-warning"
Expand Down

0 comments on commit 2704122

Please sign in to comment.