diff --git a/src/components/ModalsContainer/BlueprintModal/Body/Toolbar/index.tsx b/src/components/ModalsContainer/BlueprintModal/Body/Toolbar/index.tsx index a636e5334..e4cb5697c 100644 --- a/src/components/ModalsContainer/BlueprintModal/Body/Toolbar/index.tsx +++ b/src/components/ModalsContainer/BlueprintModal/Body/Toolbar/index.tsx @@ -57,7 +57,7 @@ const ActionButton = styled(Flex).attrs({ &:active { color: ${colors.white}; - background: ${({ disabled }) => (disabled ? colors.BG1 : colors.black)}; + background: ${({ disabled }) => (disabled ? colors.BG1 : colors.BG1_NORMAL)}; } &.root {