From 1afe6bb5288d15c3d51879b81005d4ec6ae2a604 Mon Sep 17 00:00:00 2001 From: Kate Sosedova <36230123+ek-so@users.noreply.github.com> Date: Fri, 13 Dec 2024 14:50:33 +0100 Subject: [PATCH] Make the button for saving theme in the profile primary (#204141) ## Summary Within the [upcoming EUI update (to use Borealis)](https://github.com/elastic/kibana/issues/199715), we revise some use cases for colors and component variants associated with them. In this case, it looks a bit strange and also inconsistent that we are saving something with success button, so it was changed to primary. ![CleanShot 2024-12-12 at 23 15 50@2x](https://github.com/user-attachments/assets/dcd0185f-69f5-4879-abea-a60c614b9019) --- .../public/account_management/user_profile/user_profile.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/security/public/account_management/user_profile/user_profile.tsx b/x-pack/plugins/security/public/account_management/user_profile/user_profile.tsx index 6d2fd7344850d..a68cffaf439af 100644 --- a/x-pack/plugins/security/public/account_management/user_profile/user_profile.tsx +++ b/x-pack/plugins/security/public/account_management/user_profile/user_profile.tsx @@ -1045,7 +1045,7 @@ export const SaveChangesBottomBar: FunctionComponent = () => { data-test-subj="saveProfileChangesButton" isLoading={formik.isSubmitting} isDisabled={formik.submitCount > 0 && !formik.isValid} - color="success" + color="primary" iconType="save" fill >