Skip to content

Commit

Permalink
fix(delete-modal): Changed the color of the help text with grayScale.…
Browse files Browse the repository at this point in the history
…dark1 in DeleteModal (#18786)

* fix(delete-modal): Changed the color of the help text with grayScale.dark1 in DeleteModal

* Update superset-frontend/src/components/DeleteModal/index.tsx

Co-authored-by: Evan Rusackas <[email protected]>
  • Loading branch information
prosdev0107 and rusackas authored Feb 17, 2022
1 parent 7ee9786 commit 2d67d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset-frontend/src/components/DeleteModal/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const StyledDiv = styled.div`
padding-top: 8px;
width: 50%;
label {
color: ${({ theme }) => theme.colors.grayscale.light1};
color: ${({ theme }) => theme.colors.grayscale.base};
text-transform: uppercase;
}
`;
Expand Down

0 comments on commit 2d67d2f

Please sign in to comment.