update permissionmanager/src/main/ets/common/components/alphabeticalIndex.ets.

Signed-off-by: zhaowenli <zhaowenli3@huawei.com>
This commit is contained in:
zhaowenli 2024-08-06 01:36:48 +00:00 committed by Gitee
parent 9e5749eebe
commit 53a3641e06
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -36,7 +36,7 @@ export struct alphabetIndexerComponent {
.color($r('sys.color.font_secondary'))
.selectedColor($r('sys.color.font_emphasize')) // selected color
.popupColor($r('sys.color.font_emphasize')) // popover color
.popupBackground($r('comp_background_list_card')) // popover background color
.popupBackground($r('sys.color.comp_background_list_card')) // popover background color
.usingPopup(this.usingPopup) // whether to show a popup
.font({ size: $r('sys.float.ohos_id_text_size_body3') })
.popupFont({ size: $r('sys.float.ohos_id_text_size_headline7') }) // Demo of the popup