chore: Edit app icon color changes to white (#12693)
This commit is contained in:
parent
e59cd586e5
commit
ab7bfc1cd2
|
|
@ -15,10 +15,18 @@ import { TriggerButton } from "pages/Applications/ForkModalStyles";
|
|||
import { Size } from "components/ads/Button";
|
||||
import { getAllApplications } from "actions/applicationActions";
|
||||
import history from "utils/history";
|
||||
import { Colors } from "constants/Colors";
|
||||
|
||||
const Cta = styled(Button)`
|
||||
${(props) => getTypographyByKey(props, "btnLarge")}
|
||||
line-height: unset;
|
||||
height: 21px;
|
||||
|
||||
svg {
|
||||
path {
|
||||
stroke: ${Colors.WHITE};
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
||||
const ForkButton = styled(Cta)`
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user