mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-31 06:41:35 +00:00
Query copilot UI part 3 (#1490)
This commit is contained in:
@@ -42,7 +42,9 @@ exports[`Query copilot tab snapshot test should render with initial input 1`] =
|
||||
>
|
||||
<StyledTextFieldBase
|
||||
disabled={false}
|
||||
id="naturalLanguageInput"
|
||||
onChange={[Function]}
|
||||
onClick={[Function]}
|
||||
style={
|
||||
Object {
|
||||
"lineHeight": 30,
|
||||
@@ -51,7 +53,7 @@ exports[`Query copilot tab snapshot test should render with initial input 1`] =
|
||||
styles={
|
||||
Object {
|
||||
"root": Object {
|
||||
"width": "90%",
|
||||
"width": "95%",
|
||||
},
|
||||
}
|
||||
}
|
||||
@@ -138,9 +140,15 @@ exports[`Query copilot tab snapshot test should render with initial input 1`] =
|
||||
}
|
||||
/>
|
||||
<Separator
|
||||
style={
|
||||
styles={
|
||||
Object {
|
||||
"color": "#EDEBE9",
|
||||
"root": Object {
|
||||
"selectors": Object {
|
||||
"::before": Object {
|
||||
"background": "#E1DFDD",
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
}
|
||||
vertical={true}
|
||||
|
||||
Reference in New Issue
Block a user