You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The EUI team is introducing a new theme called "Borealis". As part of this change we need to update some colors in Fleet.
See parent issue: #199715 - it also contains the instructions to run the new theme (see section Instructions for updating and QA)
Checklist
All the color palettes should now be theme aware. Details
Check that Fleet uses any of the following colors directly. If yes, update them to pull directly from euiTheme.colors.vis.
Either ensure the color palette function is called inside a React component under the EuiProvider context and is hence connected to rerender (called on rerender or connected to a state)
otherwise if it’s used outside of the EuiProvider context you can use the new `EUI_VIS_COLOR_STORE.subscribe() function to listen to changes and update usages manually:
These colors are visible in the agent list table. The new green used in Borealis (visible in the healthy label in the table) is now different than the green color used in the status bar and in the filters:
Definitions of done
When testing the changes, test them both with the "old" Amsterdam theme and with the new Borealis theme.
Please label the PR with EUI Visual Refresh for cross-team visibility
The text was updated successfully, but these errors were encountered:
Context
The EUI team is introducing a new theme called "Borealis". As part of this change we need to update some colors in Fleet.
See parent issue: #199715 - it also contains the instructions to run the new theme (see section
Instructions for updating and QA
)Checklist
All the color palettes should now be theme aware. Details
euiTheme.colors.vis
.EuiProvider
context and is hence connected to rerender (called on rerender or connected to a state)EuiProvider
context you can use the new `EUI_VIS_COLOR_STORE.subscribe() function to listen to changes and update usages manually:➡️ There are a few instances of palette usages to check:
kibana/x-pack/plugins/fleet/public/applications/fleet/sections/agents/services/agent_status.tsx
Lines 14 to 25 in 755385a
kibana/x-pack/plugins/fleet/public/applications/fleet/sections/agents/agent_list_page/components/status_bar.tsx
Line 15 in 755385a
These colors are visible in the agent list table. The new green used in Borealis (visible in the
healthy
label in the table) is now different than the green color used in the status bar and in the filters:Definitions of done
EUI Visual Refresh
for cross-team visibilityThe text was updated successfully, but these errors were encountered: