We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ba67b1 commit 3872248Copy full SHA for 3872248
5 files changed
packages/start/src/shared/server-function-inspector/HeadersViewer.css
@@ -9,4 +9,4 @@
9
10
[data-start-header-value] {
11
white-space: nowrap;
12
-}
+}
packages/start/src/shared/ui/Cascade.css
@@ -27,4 +27,4 @@
27
[data-start-cascade-option]:focus {
28
background-color: rgb(219 234 254);
29
color: rgb(30 58 138);
30
packages/start/src/shared/ui/Section.css
@@ -13,4 +13,4 @@
13
width: 100%;
14
15
overflow: auto;
16
packages/start/src/shared/ui/Tabs.css
@@ -45,4 +45,4 @@
45
background-color: rgb(249 250 251);
46
border-radius: 0.5rem;
47
height: 100%;
48
packages/start/src/shared/ui/Text.tsx
@@ -34,4 +34,4 @@ export function Text<T extends keyof JSX.IntrinsicElements = 'span'>(props: Text
34
{...customization()}
35
/>
36
);
37
0 commit comments