Skip to content

Commit a92430c

Browse files
authored
Merge pull request #292 from thedadams/no-tool-color
chore: change text color for no tools/knowledge
2 parents 7783c7b + 5bda1e5 commit a92430c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

components/scripts/knowledge-dropdown.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ const ScriptKnowledgeDropdown = () => {
9393
<DropdownItem
9494
aria-label="No Knowledge"
9595
key="No Knowledge"
96-
className="py-2"
96+
className="py-2 hover:cursor-default text-foreground-400"
9797
content="No Knowledge"
9898
isReadOnly
9999
>

components/scripts/tool-dropdown.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ const ScriptToolsDropdown = () => {
110110
aria-label="No tools"
111111
color="primary"
112112
key="No tools"
113-
className="py-2 hover:cursor-default"
113+
className="py-2 hover:cursor-default text-foreground-400"
114114
content="No tools"
115115
isReadOnly
116116
>
@@ -143,7 +143,7 @@ const ScriptToolsDropdown = () => {
143143
aria-label="No tools"
144144
color="danger"
145145
key="No tools"
146-
className="py-2"
146+
className="py-2 hover:cursor-default text-foreground-400"
147147
content="No tools"
148148
isReadOnly
149149
>

0 commit comments

Comments
 (0)