Fix room settings background

This commit is contained in:
miruka 2020-03-15 15:17:44 -04:00
parent 90a2773a8c
commit 64d67234ab
4 changed files with 8 additions and 3 deletions

View File

@ -2,8 +2,8 @@
## Before release
- Check import function (index tuple error)
- Write a real README.md
- Test everything
## Refactoring
@ -112,7 +112,6 @@
- icons.preferredPack: accept multiple values
- Find icon packs in user data dir
- See [Text.fontSizeMode](https://doc.qt.io/qt-5/qml-qtquick-text.html#fontSizeMode-prop)
- Way to round avatar corners to allow box radius
- Settings page
- Notifications

View File

@ -5,7 +5,7 @@ import QtQuick.Layouts 1.12
import "../../../Base"
HBox {
color: "transparent"
color: theme.chat.roomPane.roomSettings.background
buttonModel: [
{

View File

@ -316,6 +316,9 @@ chat:
color moderatorIcon: adminIcon
color invitedIcon: hsluv(0, colors.saturation * 2.25, 60)
roomSettings:
color background: colors.mediumBackground
bottomBar:
color background: colors.strongBackground

View File

@ -326,6 +326,9 @@ chat:
color moderatorIcon: adminIcon
color invitedIcon: hsluv(0, colors.saturation * 2.25, 60)
roomSettings:
color background: colors.mediumBackground
bottomBar:
color background: colors.strongBackground