Skip to content

Commit

Permalink
[Data Views] Fix color of button group in 'Share Data View to Spaces' (
Browse files Browse the repository at this point in the history
…elastic#196004)

### Summary
- This PR fixes elastic#194734 
- Changed the button group color value from `success` to `text`

### Before

![color_before](https://github.com/user-attachments/assets/38ee2ede-f081-402e-9184-9d81b7eaf5ff)

### After

![color_after](https://github.com/user-attachments/assets/1408a6d1-0876-4c65-9e54-194f64e69c13)

Signed-off-by: Oyelola Victoria <[email protected]>
Co-authored-by: Larry Gregory <[email protected]>
  • Loading branch information
VriaA and legrego authored Nov 8, 2024
1 parent e27f3d9 commit c92775a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ export const ShareModeControl = (props: Props) => {
onChange(updatedSpaceIds);
}}
legend={buttonGroupLegend}
color="success"
color="text"
isFullWidth={true}
isDisabled={!canShareToAllSpaces || isGlobalControlChangeProhibited}
/>
Expand Down

0 comments on commit c92775a

Please sign in to comment.