From 07bcd0ee10c3ab6f831fddaeb04762d241507c82 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 29 Nov 2018 12:15:40 +0800 Subject: [PATCH] Roo/bootstrap/Button.js --- Roo/bootstrap/Button.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Roo/bootstrap/Button.js b/Roo/bootstrap/Button.js index 8fb44dd1f3..7040231c92 100644 --- a/Roo/bootstrap/Button.js +++ b/Roo/bootstrap/Button.js @@ -237,7 +237,7 @@ Roo.extend(Roo.bootstrap.Button, Roo.bootstrap.Component, { cfg.cn = [ { tag: 'i', - cls: 'fa fa-' + this.fa + cls: 'fa fas fa-' + this.fa } ]; } -- 2.39.2