Home
last modified time | relevance | path

Searched refs:GetCommonButtonTextColor (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog/
H A Ddialog_theme.h306 const Color& GetCommonButtonTextColor() const in GetCommonButtonTextColor() function
H A Ddialog_component.cpp725 buttonTextStyle.SetTextColor(dialogTheme->GetCommonButtonTextColor()); in BuildButtons()