Commit 1ead892
committed
improvement(ui): unbold the app, align the folder chevron, tidy the feedback modal
#6241 deleted the --font-weight-* scale from globals.css and its fontWeight
mapping from tailwind.config.ts. font-medium jumped 440/480 -> 500,
font-semibold 500/550 -> 600, and body dropped 420 -> 400, so every existing
call site snapped a full step above a body that got lighter. #6291 fixed
packages/emcn only; the product call sites were left behind.
Strips the weight class from body, label, row, and heading text across
app/workspace, ee, workflow-renderer, the non-workspace route groups, and
components/ui/button.tsx, whose buttonVariants injected font-medium into every
consumer. Keeps it only where it steps up: markdown/prose bold and micro
avatar initials.
Also aligns the workflow-tree folder chevron to the sidebar section header
(14px, 150ms), and on the feedback modal drops the prompt line above the
Feedback field and re-homes Copy ID as a footer secondary action.1 parent 2e7e5ae commit 1ead892
117 files changed
Lines changed: 300 additions & 427 deletions
File tree
- apps/sim
- app
- (auth)/components
- (interfaces)
- chat/components
- auth/email
- header
- message-container
- message
- components
- resume/[workflowId]/[executionId]
- _shell
- f/[token]
- invite/components
- oauth-error
- playground
- unsubscribe
- workspace
- [workspaceId]
- components
- message-actions
- resource
- components/resource-header
- files
- components/file-viewer
- home/components
- message-content/components
- agent-group
- chat-content
- special-tags
- mothership-view/components
- add-resource-dropdown
- resource-content
- components
- browser-session
- generic-resource-content
- queued-messages
- user-input/components
- drop-overlay
- user-message-content
- integrations
- [block]
- components/connect-slack-bot-modal
- connected/[credentialId]
- knowledge
- [id]
- [documentId]
- components
- connector-selector-field
- connectors-section
- components/edit-knowledge-base-modal
- logs
- components
- dashboard
- components
- line-chart
- status-bar
- workflows-list
- log-details
- components
- execution-snapshot
- file-download
- trace-view
- settings/components
- general
- inbox/components/inbox-settings-tab
- mcp
- components/mcp-server-form-modal
- mothership
- settings-upgrade-notice
- team-management/components
- no-organization-view
- transfer-ownership-dialog
- workflow-mcp-servers
- tables
- [tableId]/components
- column-config-sidebar
- enrichment-details
- enrichments-sidebar
- table-filter
- table-grid
- workflow-sidebar
- upgrade
- components
- comparison-table
- plan-card
- w
- [workflowId]/components
- chat
- components
- chat-message
- output-select
- command-list
- cursors
- diff-controls
- error
- panel/components
- deploy/components/deploy-modal/components
- api
- chat
- general
- components
- mcp
- editor/components/sub-block/components/grouped-checkbox-list
- search-replace
- terminal/components/output-panel
- variables
- components
- preview
- components
- preview-editor
- preview-workflow
- components
- block
- subflow
- sidebar/components
- settings-sidebar
- workflow-list/components
- delete-modal
- folder-item
- workspace-header
- components
- settings
- ui
- ee
- access-control/components
- custom-blocks/components
- sso/components
- workspace-forking/components
- fork-sync
- packages/workflow-renderer/src
- note
- subflow
- workflow-block
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
217 | 217 | | |
218 | 218 | | |
219 | 219 | | |
220 | | - | |
221 | | - | |
| 220 | + | |
222 | 221 | | |
223 | 222 | | |
224 | 223 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | | - | |
44 | | - | |
| 42 | + | |
45 | 43 | | |
46 | 44 | | |
47 | 45 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
190 | | - | |
| 190 | + | |
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
| |||
Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
705 | 705 | | |
706 | 706 | | |
707 | 707 | | |
708 | | - | |
709 | | - | |
710 | | - | |
| 708 | + | |
711 | 709 | | |
712 | 710 | | |
713 | 711 | | |
| |||
726 | 724 | | |
727 | 725 | | |
728 | 726 | | |
729 | | - | |
| 727 | + | |
730 | 728 | | |
731 | 729 | | |
732 | 730 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
176 | | - | |
177 | | - | |
| 176 | + | |
178 | 177 | | |
179 | 178 | | |
180 | 179 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
0 commit comments