forked from Shinonome/dots-hyprland
utilbuttons
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import "../"
|
||||
import QtQuick
|
||||
import QtQuick.Layouts
|
||||
|
||||
Text {
|
||||
renderType: Text.NativeRendering
|
||||
verticalAlignment: Text.AlignVCenter
|
||||
font.family: Appearance.font.family.main
|
||||
font.pointSize: Appearance.font.pointSize.small
|
||||
color: Appearance.colors.colOnBackground
|
||||
}
|
||||
Reference in New Issue
Block a user