Skip to content

Commit c6d82c3

Browse files
committed
Update section-header style
1 parent 42361d5 commit c6d82c3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

llmstack/client/src/index.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ code {
1515

1616
.section-header {
1717
text-align: left;
18+
margin: 0 !important;
1819
margin-bottom: 10px;
1920
padding: 5px 10px;
2021
font-weight: 600 !important;

llmstack/client/src/pages/AppStudio.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ const AppStudioPage = () => {
7373
<AppTemplatesContainer />
7474
</Box>
7575
<Box style={{ marginBottom: "20px" }} className="your-apps">
76-
<Typography variant="h6" className="section-header">
76+
<Typography variant="h5" className="section-header">
7777
Your Apps
7878
<br />
7979
<Typography variant="caption" sx={{ color: "#666" }}>

0 commit comments

Comments
 (0)