|
|
@@ -207,11 +207,7 @@ export struct RemoteMusicPage {
|
|
|
selectedBackgroundColor: $r('app.color.start_window_background'),
|
|
|
selectedFontColor: $r('app.color.text_color'),
|
|
|
fontSize: 14,
|
|
|
- selectedFontSize: 15,
|
|
|
- localizedTextPadding: {
|
|
|
- end: LengthMetrics.vp(20),
|
|
|
- start: LengthMetrics.vp(20)
|
|
|
- }
|
|
|
+ selectedFontSize: 15
|
|
|
});
|
|
|
}
|
|
|
private getCachePreviewInfo(account: WebDavAccount): CachePreviewInfo | null {
|