diff --git a/.storybook/config.js b/.storybook/config.js index 55570b93f..49b02ee5c 100644 --- a/.storybook/config.js +++ b/.storybook/config.js @@ -54,7 +54,7 @@ const APM_THEMES = [ { name: 'APM/Saffron', url: - 'https://d36t0nm30n26wn.cloudfront.net/saffron/4.0.2/bootstrap-saffron.min.css' + 'https://d36t0nm30n26wn.cloudfront.net/saffron/4.3.1/bootstrap-saffron.min.css' }, { name: 'APM/Cayenne', diff --git a/.storybook/preview-head.html b/.storybook/preview-head.html index d2ae3b00a..3b0097b64 100644 --- a/.storybook/preview-head.html +++ b/.storybook/preview-head.html @@ -1,7 +1,7 @@ - + - \ No newline at end of file + diff --git a/docs/iframe.html b/docs/iframe.html index 75c86cb3e..ceaa0711a 100644 --- a/docs/iframe.html +++ b/docs/iframe.html @@ -16,7 +16,7 @@ } Storybook - + @@ -30,4 +30,4 @@
- \ No newline at end of file + diff --git a/src/components/SummaryBoxItem.js b/src/components/SummaryBoxItem.js index 7a5fdb5fb..a40d1430f 100644 --- a/src/components/SummaryBoxItem.js +++ b/src/components/SummaryBoxItem.js @@ -18,7 +18,7 @@ const SummaryBoxItem = ({ className, label, reverse, value, ...props }) => {