Skip to content

Commit eb22fd2

Browse files
committed
change back color for app icons
1 parent f5f95e8 commit eb22fd2

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed
Lines changed: 1 addition & 1 deletion
Loading
Lines changed: 1 addition & 1 deletion
Loading
Lines changed: 2 additions & 2 deletions
Loading
Lines changed: 1 addition & 1 deletion
Loading
Lines changed: 1 addition & 1 deletion
Loading
Lines changed: 1 addition & 1 deletion
Loading

packages/backend/src/apps/webhook/assets/favicon.svg

Lines changed: 1 addition & 1 deletion
Loading

packages/frontend/src/components/FlowStepConfigurationModal/ChooseAppAndEvent/ToolboxEvent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export default function ToolboxEvent(props: ToolboxEventProps): JSX.Element {
5959
action.key as keyof typeof TOOLBOX_ACTION_TO_ICON_MAP
6060
] ?? BiQuestionMark
6161
}
62-
color="base.content.default"
62+
color="primary.500"
6363
/>
6464

6565
<Flex flexDir="column" gap={1}>

0 commit comments

Comments
 (0)