Skip to content

Commit

Permalink
fix: input outline color
Browse files Browse the repository at this point in the history
  • Loading branch information
yamankatby committed Apr 14, 2023
1 parent e6a8b7f commit 3d3ef05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Workflow/NodeParam.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ const NodeParam: FC<NodeParamProps> = ({ htmlFor, name, tooltip }) => {
border={0}
borderRadius={1}
bgcolor="background.default"
sx={(theme) => ({ outlineColor: theme.palette.primary.main })}
/>
</Stack>
);
Expand Down

0 comments on commit 3d3ef05

Please sign in to comment.