File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments