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:
parent
7ee9786401
commit
2d67d2f14e
|
|
@ -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;
|
||||
}
|
||||
`;
|
||||
|
|
|
|||
Loading…
Reference in New Issue