move lucide to Styling
This commit is contained in:
parent
9fc91a92f7
commit
467c9bc0e3
23 changed files with 91 additions and 135 deletions
|
|
@ -1,6 +1,5 @@
|
|||
import qs.components
|
||||
import qs.config
|
||||
import qs.constants
|
||||
import qs.services
|
||||
|
||||
StyledIconButton {
|
||||
|
|
@ -8,7 +7,7 @@ StyledIconButton {
|
|||
|
||||
border.width: 2
|
||||
border.color: Caffeine.enabled ? Theme.palette.secondary : root.hovered ? Theme.palette.primary : Theme.palette.base300
|
||||
text: Icons.coffee
|
||||
text: Styling.lucide.icons.coffee
|
||||
|
||||
onClicked: {
|
||||
Caffeine.toggle();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue