Skip to content

Commit

Permalink
Update superset-frontend/src/components/DeleteModal/index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
rusackas authored Feb 17, 2022
1 parent 8a0b570 commit af9d035
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.dark1};
color: ${({ theme }) => theme.colors.grayscale.base};
text-transform: uppercase;
}
`;
Expand Down

0 comments on commit af9d035

Please sign in to comment.