mirror of
https://github.com/turbot/steampipe.git
synced 2026-04-10 13:00:07 -04:00
Fix dashboard input theming in Steampipe Cloud dark mode. Fixes #3181.
This commit is contained in:
@@ -65,7 +65,7 @@ const TextInput = (props: InputProps) => {
|
||||
type="text"
|
||||
name={props.name}
|
||||
id={props.name}
|
||||
className="flex-1 block w-full bg-background-panel rounded-md border border-black-scale-3 pr-8 overflow-x-auto text-sm md:text-base disabled:bg-black-scale-1 focus:ring-0"
|
||||
className="flex-1 block w-full bg-dashboard-panel rounded-md border border-black-scale-3 pr-8 overflow-x-auto text-sm md:text-base disabled:bg-black-scale-1 focus:ring-0"
|
||||
onChange={updateValue}
|
||||
onKeyPress={(e) => {
|
||||
if (e.key !== "Enter") {
|
||||
|
||||
Reference in New Issue
Block a user