fix(delete-modal): Changed the color of the help text with grayScale.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 <evan@preset.io>
This commit is contained in:
smileydev 2022-02-17 13:45:04 -05:00 committed by GitHub
parent 7ee9786401
commit 2d67d2f14e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}
`;