Skip to content

Commit

Permalink
[IOAPPX-331] Add legacy blue to Pictogram, when experimental DS i…
Browse files Browse the repository at this point in the history
…s off (#295)
  • Loading branch information
dmnplb authored Jun 26, 2024
1 parent 313f295 commit 9c8955c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/core/IOColors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,8 @@ export const IOThemeLight: IOTheme = {
export const IOThemeLightLegacy: IOTheme = {
...IOThemeLight,
"appBackground-accent": "blue",
"interactiveElem-default": "blue"
"interactiveElem-default": "blue",
"pictogram-hands": "blue"
};

export const IOThemeDark: IOTheme = {
Expand Down

0 comments on commit 9c8955c

Please sign in to comment.