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
…#196004)

### Summary
- This PR fixes #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]>
(cherry picked from commit c92775a)
  • Loading branch information
VriaA committed Nov 8, 2024
1 parent 41a814c commit 357c9d8
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 357c9d8

Please sign in to comment.