Commit 271f771c authored by Ronan Abhamon's avatar Ronan Abhamon

fix(ui/views/App/Styles/Calls/CallStyle): set a small font size

parent 356634e9
...@@ -91,7 +91,7 @@ QtObject { ...@@ -91,7 +91,7 @@ QtObject {
property QtObject text: QtObject { property QtObject text: QtObject {
property color colorA: Colors.j property color colorA: Colors.j
property color colorB: Colors.i property color colorB: Colors.i
property int pointSize: Units.dp * 12 property int pointSize: Units.dp * 10
property int wordsSpacing: 5 property int wordsSpacing: 5
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment