From 06ffa96633d3a1f52bae54fc80d1487030fb309d Mon Sep 17 00:00:00 2001 From: Denys Vuika Date: Wed, 3 Oct 2018 14:31:43 +0100 Subject: [PATCH] fix the share dialog button style --- .../content-node-share/content-node-share.dialog.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/content-services/content-node-share/content-node-share.dialog.scss b/lib/content-services/content-node-share/content-node-share.dialog.scss index 1c800a49dd..d3d76a361b 100644 --- a/lib/content-services/content-node-share/content-node-share.dialog.scss +++ b/lib/content-services/content-node-share/content-node-share.dialog.scss @@ -57,6 +57,10 @@ .mat-dialog-actions { justify-content: flex-end; + + & > button { + text-transform: uppercase; + } } .mat-form-field-flex {