made the pill again but better
This commit is contained in:
12
Components/StyledText.qml
Normal file
12
Components/StyledText.qml
Normal file
@@ -0,0 +1,12 @@
|
||||
import QtQuick
|
||||
import "../Color.js" as Colors
|
||||
|
||||
Text {
|
||||
color: Colors.base
|
||||
|
||||
font {
|
||||
family: "FiraMono Nerd Font"
|
||||
pointSize: 12
|
||||
weight: 600
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user