Skip to content

Commit 5b3438c

Browse files
update opacity for premium media assets
1 parent efc96ce commit 5b3438c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/packages/lowcoder/src/comps/controls/iconscoutControl.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ const IconWrapper = styled.div<{$isPremium?: boolean}>`
175175
display: flex;
176176
align-items: center;
177177
justify-content: center;
178-
${props => props.$isPremium && 'opacity: 0.25' };
178+
${props => props.$isPremium && 'opacity: 0.75' };
179179
`;
180180

181181
const StyledPreviewIcon = styled.img`

0 commit comments

Comments
 (0)