diff --git a/feature/bigfolder/src/main/ets/default/common/constants/FolderStyleConstants.ts b/feature/bigfolder/src/main/ets/default/common/constants/FolderStyleConstants.ts index b09aa63213b85f5cfe892b0133e93e5d036808ce..392da6775839f4091b82dd4bb604425b15f59016 100644 --- a/feature/bigfolder/src/main/ets/default/common/constants/FolderStyleConstants.ts +++ b/feature/bigfolder/src/main/ets/default/common/constants/FolderStyleConstants.ts @@ -50,7 +50,7 @@ export default class FolderStyleConstants { static readonly DEFAULT_OPEN_FOLDER_NAVIGATION = 0; static readonly DEFAULT_OPEN_FOLDER_PHONE_HEIGHT = 524; static readonly DEFAULT_OPEN_FOLDER_PHONE_ICON = 85; - static readonly DEFAULT_OPEN_FOLDER_INDICATOR = 150; + static readonly DEFAULT_OPEN_FOLDER_INDICATOR = 50; static readonly DEFAULT_DIALOG_OPACITY = 0.95; static readonly DEFAULT_OPEN_FOLDER_CANCEL_WIDTH = '85%'; static readonly DEFAULT_OPEN_FOLDER_CANCEL_HEIGHT = '40%'; diff --git a/feature/bigfolder/src/main/ets/default/view/FolderOpenComponent.ets b/feature/bigfolder/src/main/ets/default/view/FolderOpenComponent.ets index ad43fdb4e0331aa1f03be454b10ff308c724e140..14b00873240aeb8e73712bce126d41b527b60c42 100644 --- a/feature/bigfolder/src/main/ets/default/view/FolderOpenComponent.ets +++ b/feature/bigfolder/src/main/ets/default/view/FolderOpenComponent.ets @@ -240,7 +240,7 @@ export default struct FolderOpenComponent { } .indicatorStyle({ selectedColor: StyleConstants.DEFAULT_FONT_COLOR, - bottom: FolderStyleConstants.DEFAULT_OPEN_FOLDER_INDICATOR + bottom: vp2px(FolderStyleConstants.DEFAULT_OPEN_FOLDER_INDICATOR) }) .onClick(() => { Log.showDebug(TAG, `Swiper click`);