-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(design-v2): color consolidation and other fixes #1556
fix(design-v2): color consolidation and other fixes #1556
Conversation
…nd other minor fixes
…consolidation-and-other-fixes
…consolidation-and-other-fixes
export const Mic = ({ color, size }: Props) => ( | ||
<Svg viewBox={`0 0 ${size} ${size}`} width={size} height={size}> | ||
<Svg viewBox={'0 0 27 27'} width={size} height={size}> | ||
<Path |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why change this?? I dont get it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
size will not be changeable then
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I noticed that best way to adjust the icon size without distortion is through dynamic width={size} height={size}, and keeping the viewBox with the fixed dimensions as it was exported from Figma.
…consolidation-and-other-fixes
187f2e4
into
PBE-5855-feat/react-native-video-design-v2
Overview
FLOATING_VIDEO_VIEW_STYLE
width and height to bigger values according to new design-v2LOBBY_VIDEO_VIEW_HEIGHT
Screenshots