Inconsistent Font Sizes and Colors Across the Application #65
Labels
Frontend
Frontend Related Issue
Refactor
Code Improvement
UX/UI Change
Highlights changes affecting user experience or interface design
Milestone
Review and standardize font sizes, colors, and capitalization across the application to match the Figma design system. Fix inconsistencies in font usage, color application, and capitalization of text elements. Utilize the
globalTheme
for centralized control of typography and color standards, ensuring the app is consistent and professional.Tasks
Typography
globalTheme
variables for maintainability.px
or inline values) are replaced with theme tokens or MUI typography variants.Color Consistency
#344054
for dark main text,#A1AFC6
for grayed-out notes,#1570EF
for highlights/links.globalTheme
color variables for all text and backgrounds, avoiding inline color codes.Additional Fixes
Page-Specific Tasks
Documents Page
globalTheme
.Profile Page
Contacts Page
Document Details Page
Notes
globalTheme
must be expanded or refined to include all relevant tokens for typography (sizes, weights) and color (text colors, highlights, hover states).Deliverables
globalTheme
for typography/color variables (removing inline styling).The text was updated successfully, but these errors were encountered: