Skip to content

Commit 214a861

Browse files
authored
[011y Overview] Align and review CTA buttons in all header areas (elastic#229437)
Closes elastic#229281 ## Summary This PR changes the styles of the refresh button as described in the issue | Before | After | | ------ | ------- | | <img width="2568" height="1254" alt="image" src="https://github.com/user-attachments/assets/2c791b89-8629-4b9e-9d1d-976a2d1731af" />| <img width="3810" height="1526" alt="image" src="https://github.com/user-attachments/assets/d9312a8e-b390-43c8-82b4-dbabce6dd0c2" /> |
1 parent 8a7261f commit 214a861

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • x-pack/solutions/observability/plugins/observability/public/pages/overview/components/date_picker

x-pack/solutions/observability/plugins/observability/public/pages/overview/components/date_picker/date_picker.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ export function DatePicker({
7676
onRefreshChange={onRefreshChange}
7777
commonlyUsedRanges={commonlyUsedRanges}
7878
width={width}
79+
updateButtonProps={{ fill: false }}
7980
/>
8081
);
8182
}

0 commit comments

Comments
 (0)