forked from Shinonome/dots-hyprland
revert back bubble colors
This commit is contained in:
@@ -107,7 +107,7 @@ Item {
|
|||||||
StyledText {
|
StyledText {
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
text: DateTime.date.substring(5, 7)
|
text: DateTime.date.substring(5, 7)
|
||||||
color: Appearance.colors.colOnPrimaryContainer
|
color: Appearance.colors.colPrimary
|
||||||
opacity: root.style === "bubble" ? 1.0 : 0
|
opacity: root.style === "bubble" ? 1.0 : 0
|
||||||
font {
|
font {
|
||||||
family: Appearance.font.family.expressive
|
family: Appearance.font.family.expressive
|
||||||
@@ -141,7 +141,7 @@ Item {
|
|||||||
StyledText {
|
StyledText {
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
text: DateTime.date.substring(8, 10)
|
text: DateTime.date.substring(8, 10)
|
||||||
color: Appearance.colors.colOnPrimaryContainer
|
color: Appearance.colors.colTertiary
|
||||||
opacity: root.style === "bubble" ? 1.0 : 0
|
opacity: root.style === "bubble" ? 1.0 : 0
|
||||||
font {
|
font {
|
||||||
family: Appearance.font.family.expressive
|
family: Appearance.font.family.expressive
|
||||||
|
|||||||
Reference in New Issue
Block a user