Skip to content

Commit 6fa9d1e

Browse files
committed
Improving example panel to have color subdued. Removing wrong .scss import.
1 parent bb9f86a commit 6fa9d1e

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

src-docs/src/views/button/button_ghost.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export default () => {
1919

2020
return (
2121
<EuiThemeProvider colorMode="dark">
22-
<EuiPanel borderRadius="none" hasShadow={false}>
22+
<EuiPanel borderRadius="none" hasShadow={false} color="subdued">
2323
<EuiFlexGroup wrap gutterSize="s" alignItems="center">
2424
<EuiFlexItem grow={false}>
2525
<EuiButton color="text" onClick={() => {}}>

src/themes/amsterdam/overrides/_index.scss

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
@import 'breadcrumbs';
2-
@import 'button';
3-
@import 'button_empty';
4-
@import 'button_group';
52
@import 'card';
63
@import 'code';
74
@import 'color_stops';

0 commit comments

Comments
 (0)