Skip to content

Commit 73292cc

Browse files
committed
Merge branch 'main' of https://github.com/transformerlab/transformerlab-app into fix/sqlalchemy-fixes
2 parents 3333da8 + f205590 commit 73292cc

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/renderer/components/Experiment/ExperimentNotes.tsx

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -100,20 +100,18 @@ export default function ExperimentNotes({ experimentInfo }) {
100100
mb: 3,
101101
}}
102102
>
103-
<Typography level="h1">Experiment Notes</Typography>
103+
<Typography level="h3">Experiment Notes</Typography>
104104
{!isEditing && (
105105
<Sheet
106106
color="neutral"
107-
variant="outlined"
107+
variant="soft"
108108
sx={{
109109
display: 'flex',
110110
flexDirection: 'column',
111111
mt: 1,
112112
height: '100%',
113-
px: 2,
113+
px: 3,
114114
overflow: 'auto',
115-
boxShadow:
116-
'rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px',
117115
}}
118116
className="editableSheet"
119117
>

0 commit comments

Comments
 (0)