@@ -18,29 +18,29 @@ export const Settings: React.FC<{
1818 < EmptyState isFullScreen = { false } >
1919 < div >
2020 < h1 > Studio Settings</ h1 >
21- < p >
22- Experiment metrics and plots logged with DVCLive < br / >
23- can be { ' ' }
24- < a href = "https://dvc.org/doc/studio/user-guide/projects-and-experiments/live-metrics-and-plots#send-and-view-live-metrics-and-plots" >
25- automatically shared to Studio
26- </ a >
27- .
28- </ p >
29- < p >
30- < VSCodeCheckbox
31- onClick = { ( ) => setShareLiveToStudio ( ! shareLiveToStudio ) }
32- checked = { shareLiveToStudio }
33- >
34- Share New Experiments Live*
35- </ VSCodeCheckbox >
36- </ p >
37- < p className = { styles . smallFont } >
38- *The checkbox reflects the { ' ' }
39- < a href = "https://dvc.org/doc/user-guide/project-structure/configuration#studio" >
40- studio.offline
41- </ a > { ' ' }
42- config option.
43- </ p >
21+ < div className = { styles . studioSettings } >
22+ < div className = { styles . checkboxWrapper } >
23+ < VSCodeCheckbox
24+ onClick = { ( ) => setShareLiveToStudio ( ! shareLiveToStudio ) }
25+ checked = { shareLiveToStudio }
26+ className = { styles . checkbox }
27+ >
28+ < p > Share Experiments </ p >
29+ </ VSCodeCheckbox >
30+ < p className = { styles . checkboxDescription } >
31+ Toggling the checkbox updates the { ' ' }
32+ < a href = "https://dvc.org/doc/user-guide/project-structure/configuration#studio" >
33+ studio.offline
34+ </ a > { ' ' }
35+ config option. Experiment metrics and plots logged with DVCLive
36+ are { ' ' }
37+ < a href = "https://dvc.org/doc/studio/user-guide/projects-and-experiments/live-metrics-and-plots#send-and-view-live-metrics-and-plots" >
38+ automatically shared to Studio
39+ </ a > { ' ' }
40+ unless studio.offline is set.
41+ </ p >
42+ </ div >
43+ </ div >
4444 < Button
4545 appearance = "primary"
4646 isNested = { false }
0 commit comments