mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-02 15:45:12 +00:00
Use separate styles for group call boxes.
This commit is contained in:
@@ -137,7 +137,7 @@ void CreateRightLabel(
|
||||
rpl::producer<QString> buttonText) {
|
||||
const auto name = Ui::CreateChild<Ui::FlatLabel>(
|
||||
button.get(),
|
||||
st::settingsButtonRight);
|
||||
st.rightLabel);
|
||||
rpl::combine(
|
||||
button->widthValue(),
|
||||
std::move(buttonText),
|
||||
|
Reference in New Issue
Block a user