Skip to content
This repository was archived by the owner on Jan 28, 2022. It is now read-only.

Commit 5b39f38

Browse files
authored
feat: Improving design of epg model (#526)
1 parent 7068996 commit 5b39f38

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

components/media_player/ui/CardMediaPlayerEPGView.qml

+3-2
Original file line numberDiff line numberDiff line change
@@ -144,14 +144,15 @@ Rectangle {
144144
height: item_height
145145
width: item_width
146146
border.color: Style.color.dark
147-
color: item_color
147+
color: item_epgItemColor
148+
148149
Text {
149150
id: epgItemTitleText
150151
text: item_title
151152
elide: Text.ElideRight
152153
width: epgItemRectangle.width
153154
wrapMode: Text.NoWrap
154-
color: Style.color.dark
155+
color: item_epgItemTextColor
155156
anchors { left: parent.left; leftMargin: 0; verticalCenter: parent.verticalCenter}
156157
font { family: "Open Sans Regular"; pixelSize: 14; bold: true }
157158
}

0 commit comments

Comments
 (0)