fix: remove hardcoded color for upgrade button (#27880)

This commit is contained in:
Dipyaman Biswas 2023-10-07 13:01:16 +05:30 committed by GitHub
parent 53bcdafe91
commit abb5d7eea3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,23 +37,6 @@ export const Wrapper = styled.div`
width: 100%;
margin-top: auto;
border-top: 1px solid var(--ads-v2-color-border);
.business-plan-menu-option {
.cs-text {
color: var(--appsmith-color-orange-500);
}
svg path {
fill: var(--appsmith-color-orange-500);
}
&:hover {
.cs-text {
color: var(--appsmith-color-orange-800);
}
svg path {
fill: var(--appsmith-color-orange-800);
}
}
}
`;
export const MenuWrapper = styled.div`