change reflow BETA Card (#10789)

This commit is contained in:
rahulramesha 2022-02-02 15:16:06 +05:30 committed by GitHub
parent e08c7e66d4
commit d1de691790
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,12 +34,11 @@ const ReflowBetaWrapper = styled.div`
.beta-icon {
width: 45px;
height: 25px;
fill: #1d9bd1;
rect {
stroke: #1d9bd1;
stroke: #191919;
}
path {
fill: #fff;
fill: #191919;
}
}
`;