I'll unify the font size and weight for all text in the approval info section. Let me first read the current styling:
I can see the inconsistency:
text-xstext-sm font-mediumI'll unify them to use text-sm font-medium for consistency:
Done! I've unified the text styling in the approval info section. All four data fields (요청자, 요청일, 승인자, 승인일) now use the same text-sm font-medium classes, ensuring consistent font size and weight across the approval information display.
I can see the approval info section structure. Now I'll consolidate it from 4 separate cards into a single card box while maintaining the internal 2-column layout:
I've consolidated the approval info section into a single unified card box. The changes include:
space-y-2 wrapper and moved the title inside the cardp-3 rounded-md border border-border bg-background/50 cards to simple space-y-1 divsgap-4 for proper spacing between left and right columnsThe approval info section now displays as a single cohesive card box below the basic info section, with the same visual styling and layout consistency throughout the dialog.
You can send messages while the preview loads