summaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
Diffstat (limited to 'components')
-rw-r--r--components/kube/contents/ui/ComposerView.qml12
1 files changed, 6 insertions, 6 deletions
diff --git a/components/kube/contents/ui/ComposerView.qml b/components/kube/contents/ui/ComposerView.qml
index 2efb69f6..79e2f967 100644
--- a/components/kube/contents/ui/ComposerView.qml
+++ b/components/kube/contents/ui/ComposerView.qml
@@ -270,16 +270,16 @@ Kube.View {
270 } 270 }
271 271
272 RowLayout { 272 RowLayout {
273 Kube.Button { 273 Kube.IconButton {
274 text: "b" 274 iconName: Kube.Icons.bold
275 checkable: true 275 checkable: true
276 } 276 }
277 Kube.Button { 277 Kube.IconButton {
278 text: "i" 278 iconName: Kube.Icons.italic
279 checkable: true 279 checkable: true
280 } 280 }
281 Kube.Button { 281 Kube.IconButton {
282 text: "u" 282 iconName: Kube.Icons.underline
283 checkable: true 283 checkable: true
284 } 284 }
285 285