Zoom Mobile — design system & UI screens
Meeting note-taking and summarization settings for a video conferencing product. Users can enable transcript-based note creation, auto-start notes for future meetings, and share transcripts with participants. The screen shows a stacked list of toggle settings with descriptive labels, a prominent call-to-action button, and a meeting interface footer with controls (mute, video, chat, leave).
This is a static, crawlable rendering for search & AI engines. The interactive version — filters, live decode console, copy & export — is at https://mozaika.design/website/zoom-mobile.
Decoded design system
Zoom Mobile's decoded design system: background #FFFFFF, text #010204, accent #0E6BDD, link #0E6BDD, primary #0E6BDD; type scale h1 34px / h2 22px / body 17px; 4px spacing base; 12px base radius. The single interactive/action color is #0E6BDD — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.
Color roles
| Role | Value |
|---|---|
| bg | #FFFFFF |
| surface | #EFEFEF |
| border | #D8D9D9 |
| text | #010204 |
| text_muted | #616263 |
| primary | #0E6BDD |
| accent | #0E6BDD |
| link | #0E6BDD |
| button_bg | #0E6BDD |
| button_text | #FFFFFF |
Using these colors
- Action color
#0E6BDD— the single interactive color; only on things you click or must notice, never large fills. primary,accent,link,button_bgare all#0E6BDD— one role, not several (the action color).- accent
#0E6BDD— THE accent / action color — interactive & must-notice only (buttons, links, focus, one key highlight); never large fills or backgrounds. Scarcity is what makes it read as designed.
Typography
- h1: 34px
- h2: 22px
- body: 17px
Spacing
- base unit: 4px
- scale: 4px, 6px, 8px, 10px, 12px, 16px, 20px, 24px, 30px, 32px
Radii
- base: 12px
- button: 12px
Shadows (elevation)
- card:
rgba(0, 0, 0, 0.2) 0px 0px 18px 0px - overlay:
rgba(0, 0, 0, 0.07) 0px 9px 80px 0px, rgba(0, 0, 0, 0.04) 0px 2.01px 17.869px 0px, rgba(0, 0, 0, 0.03) 0px 0.599px 5.32px 0px
Motion
Micro-interactions run at 300ms (dominant) with ease.
- durations: 300ms · 600ms · 350ms
- easings:
ease·ease-in-out - animated properties: transform, box-shadow, background, opacity
Button states (measured)
- primary hover: border
1px solid rgba(11, 92, 255, 0.047)· backgroundrgba(11, 92, 255, 0.62) - primary focus: outline
1px auto rgb(17, 17, 17)
Layout (measured)
- container max-width:
1110px - nav: 78px fixed
- common grid: 12 columns
Motion choreography (measured)
Load order: div.fdn-zdcm-feature-accordi → div.fdn-zdcm-feature-accordi → div.fdn-logo-slide__slides → button.nav-sidebar__accordion-b → div.custom-swiper-slider__wr → div.custom-swiper-slider__na
Scroll reveal: 1 elements rest at opacity 0, animate in over 300ms.
Overlay recipe (measured)
dialog panel: rgba(0, 0, 0, 0) · radius 0px
Responsive (measured)
- breakpoints: 426px · 550px · 600px · 768px · 896px · 1024px
- mobile (390px): hero 34px · nav inline
Full design system, per-section tokens & DESIGN.md / Tailwind / CSS exports →