Skip to content

Commit

Permalink
Improving example panel to have color subdued. Removing wrong `.scs…
Browse files Browse the repository at this point in the history
…s` import.
  • Loading branch information
miukimiu committed Aug 22, 2022
1 parent bb9f86a commit 6fa9d1e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion src-docs/src/views/button/button_ghost.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default () => {

return (
<EuiThemeProvider colorMode="dark">
<EuiPanel borderRadius="none" hasShadow={false}>
<EuiPanel borderRadius="none" hasShadow={false} color="subdued">
<EuiFlexGroup wrap gutterSize="s" alignItems="center">
<EuiFlexItem grow={false}>
<EuiButton color="text" onClick={() => {}}>
Expand Down
3 changes: 0 additions & 3 deletions src/themes/amsterdam/overrides/_index.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
@import 'breadcrumbs';
@import 'button';
@import 'button_empty';
@import 'button_group';
@import 'card';
@import 'code';
@import 'color_stops';
Expand Down

0 comments on commit 6fa9d1e

Please sign in to comment.