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
This pull request includes updates to the `ToolsToggle` component and
the `toolIcons` configuration to enhance the styling and functionality
of tool icons. The most important changes include adding color
properties to the tool icon mappings and updating the `ToolsToggle`
component to use these new properties.
Improvements to tool icon styling:
*
[`src/components/ChatInputButton/toolIcons.tsx`](diffhunk://#diff-f9c7082cb98bf0b9e486b971e75e43b385a100093e611408d2e6cb356ec3f655L1-R94):
Added `colors` property to each tool icon mapping, which includes `bg`,
`hoverBg`, and `text` color classes.
*
[`src/components/ChatInputButton/ToolsToggle.tsx`](diffhunk://#diff-5e81be1e28b3637aa2337dde6d10a306e31c56a504ee3c59747f301d1f3fc2e1L74-R74):
Updated the `ToolsToggle` component to use the new `colors` property
from the tool icon mappings for background and text colors.
[[1]](diffhunk://#diff-5e81be1e28b3637aa2337dde6d10a306e31c56a504ee3c59747f301d1f3fc2e1L74-R74)
[[2]](diffhunk://#diff-5e81be1e28b3637aa2337dde6d10a306e31c56a504ee3c59747f301d1f3fc2e1L91-R92)
0 commit comments