Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efc96ce commit 5b3438cCopy full SHA for 5b3438c
‎client/packages/lowcoder/src/comps/controls/iconscoutControl.tsx
@@ -175,7 +175,7 @@ const IconWrapper = styled.div<{$isPremium?: boolean}>`
175
display: flex;
176
align-items: center;
177
justify-content: center;
178
- ${props => props.$isPremium && 'opacity: 0.25' };
+ ${props => props.$isPremium && 'opacity: 0.75' };
179
`;
180
181
const StyledPreviewIcon = styled.img`
0 commit comments