We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42361d5 commit c6d82c3Copy full SHA for c6d82c3
llmstack/client/src/index.css
@@ -15,6 +15,7 @@ code {
15
16
.section-header {
17
text-align: left;
18
+ margin: 0 !important;
19
margin-bottom: 10px;
20
padding: 5px 10px;
21
font-weight: 600 !important;
llmstack/client/src/pages/AppStudio.jsx
@@ -73,7 +73,7 @@ const AppStudioPage = () => {
73
<AppTemplatesContainer />
74
</Box>
75
<Box style={{ marginBottom: "20px" }} className="your-apps">
76
- <Typography variant="h6" className="section-header">
+ <Typography variant="h5" className="section-header">
77
Your Apps
78
<br />
79
<Typography variant="caption" sx={{ color: "#666" }}>
0 commit comments