Skip to content

Commit cd01ece

Browse files
committed
fix color button
1 parent 4f2a86e commit cd01ece

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

x-pack/plugins/lens/public/editor_frame_service/editor_frame/config_panel/config_panel.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ export function LayerPanels(
155155
defaultMessage: 'Add layer',
156156
})}
157157
fill
158+
color="text"
158159
onClick={() => {
159160
const id = generateId();
160161
dispatch({

x-pack/plugins/lens/public/indexpattern_datasource/dimension_panel/filtering.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export function Filtering({
7878
<EuiPanel paddingSize="none" hasShadow={false} hasBorder>
7979
<EuiFlexGroup gutterSize="s" alignItems="center" responsive={false}>
8080
<EuiFlexItem grow={false}>{/* Empty for spacing */}</EuiFlexItem>
81-
<EuiFlexItem grow={true}>
81+
<EuiFlexItem grow={true}>
8282
<EuiLink
8383
className="lnsFiltersOperation__popoverButton"
8484
data-test-subj="indexPattern-filters-existingFilterTrigger"

0 commit comments

Comments
 (0)