diff --git a/.changeset/fn-7774-thinking-level-select-styling.md b/.changeset/fn-7774-thinking-level-select-styling.md new file mode 100644 index 0000000000..b5eadd2ecd --- /dev/null +++ b/.changeset/fn-7774-thinking-level-select-styling.md @@ -0,0 +1,7 @@ +--- +"@runfusion/fusion": patch +--- + +summary: Style the Thinking Level dropdown to match the dark model picker across all surfaces. +category: fix +dev: Adds a `.thinking-level-select` rule in CustomModelDropdown.css mirroring the canonical dark `select` tokens; fixes the OS-default white control shown in model pickers incl. the quick-add QuickEntryBox/InlineCreateCard popups. No logic/prop changes. diff --git a/packages/dashboard/app/components/CustomModelDropdown.css b/packages/dashboard/app/components/CustomModelDropdown.css index 1c5c1cc11f..b279bc5baa 100644 --- a/packages/dashboard/app/components/CustomModelDropdown.css +++ b/packages/dashboard/app/components/CustomModelDropdown.css @@ -132,6 +132,7 @@ } .model-combobox-thinking { + position: relative; display: flex; align-items: center; gap: var(--space-sm); @@ -154,6 +155,64 @@ min-width: 0; } +/* +FNXC:Settings-ThinkingLevel 2026-07-10-00:00: +The inline Thinking Level