add typography
This commit is contained in:
parent
205ad37e3e
commit
7de7ae19bb
14 changed files with 77 additions and 189 deletions
|
|
@ -6,15 +6,16 @@ import QtQuick
|
|||
import QtQuick.Layouts
|
||||
|
||||
StyledLabel {
|
||||
|
||||
RowLayout {
|
||||
|
||||
Ref {
|
||||
service: NetworkService
|
||||
}
|
||||
|
||||
LucideIcon {
|
||||
id: icon
|
||||
|
||||
text: Styling.lucide.icons.wifiOff
|
||||
|
||||
states: [
|
||||
State {
|
||||
name: "high"
|
||||
|
|
@ -48,7 +49,6 @@ StyledLabel {
|
|||
|
||||
StyledText {
|
||||
id: text
|
||||
font.pixelSize: Dimensions.network.fontSize
|
||||
text: ` ${(NetworkService.active?.strength ?? 0).toFixed()}%`
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue