We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51b1bf2 commit 7e11500Copy full SHA for 7e11500
packages/msw-dev-tool/src/ui/DevToolContent/HandlerTable/BehaviorSelect.tsx
@@ -34,6 +34,8 @@ export const BehaviorSelect = ({ row }: { row: Row<FlattenHandler> }) => {
34
const value = _value as HttpHandlerBehavior;
35
setHandlerBehavior(row.original.id, value);
36
}}
37
+ data-theme="light"
38
+ data-radix-color-scheme="light"
39
>
40
<SelectTrigger
41
className="msw-dt-select-trigger"
@@ -52,6 +54,8 @@ export const BehaviorSelect = ({ row }: { row: Row<FlattenHandler> }) => {
52
54
<SelectContent
53
55
className="msw-dt-select-content"
56
style={{ zIndex: 10000 }}
57
58
59
60
<SelectScrollUpButton className="msw-dt-select-scroll-button">
61
<ChevronUpIcon />
0 commit comments