diff --git a/.storybook/styles/components/_table.scss b/.storybook/styles/components/_table.scss index 0644c9b0..368b5eda 100644 --- a/.storybook/styles/components/_table.scss +++ b/.storybook/styles/components/_table.scss @@ -85,3 +85,9 @@ th{ content:"▲"; } } + +.custom-caption { + font-weight: bold; + font-size: 0.8rem; + color: $blue-dark; +} \ No newline at end of file diff --git a/.storybook/styles/settings/variables/_colors.scss b/.storybook/styles/settings/variables/_colors.scss index 9f078609..ab4115dd 100755 --- a/.storybook/styles/settings/variables/_colors.scss +++ b/.storybook/styles/settings/variables/_colors.scss @@ -6,6 +6,7 @@ //BLUE $blue-light: #BEE4FF; $blue-base: #6BC2FF; + $blue-dark: #006AB5; //GREEN $green-dark: #56C852; diff --git a/migration-guides/v7.0.0.md b/migration-guides/v7.0.0.md index 3a5e1620..cb322e9c 100644 --- a/migration-guides/v7.0.0.md +++ b/migration-guides/v7.0.0.md @@ -12,7 +12,7 @@ This version contains the following breaking changes: 8. `` and `` components now default to allowing the user to remove a selected file 9. The `previewComponent` for a file input no longer receives a `value` prop and `file` is a file object (with the url) 10. The tag on `` now uses the class `spinner` in place of an id and supports additional classes -11. `` now expects both `options` and `value` as required props. +11. `` now expects both `options` and `value` as required props 12. `` no longer accepts the `hideCloseButton` prop 13. `` component invokes `onDismiss` with redux-flash message object and allows message-specific overrides 14. `