mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-19 11:03:40 +00:00
refactor: move StyledButton
to ui/shared/controls
This commit is contained in:
parent
ed73651db8
commit
e57454d631
@ -3,6 +3,7 @@ import QtQuick.Controls 2.13
|
||||
import QtQml 2.14
|
||||
|
||||
import utils 1.0
|
||||
import "../"
|
||||
|
||||
Button {
|
||||
property string label: "My button"
|
@ -1,4 +1,3 @@
|
||||
StyledButton 1.0 StyledButton.qml
|
||||
TextWithLabel 1.0 TextWithLabel.qml
|
||||
Input 1.0 Input.qml
|
||||
Select 1.0 Select.qml
|
||||
|
Loading…
x
Reference in New Issue
Block a user