aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/js/redbasic.js
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2023-01-25 14:05:20 +0000
committerMario <mario@mariovavti.com>2023-01-25 14:05:20 +0000
commit32dcc28414a43b42e5da082b1781824ecac42bfb (patch)
treef301ca93b8c553f3f7da8ae1da9314a537cd3a2b /view/theme/redbasic/js/redbasic.js
parentddae3eaf849b13cf4ef86c48c5e75967582c3276 (diff)
downloadvolse-hubzilla-32dcc28414a43b42e5da082b1781824ecac42bfb.tar.gz
volse-hubzilla-32dcc28414a43b42e5da082b1781824ecac42bfb.tar.bz2
volse-hubzilla-32dcc28414a43b42e5da082b1781824ecac42bfb.zip
calendar: fixes
Diffstat (limited to 'view/theme/redbasic/js/redbasic.js')
-rw-r--r--view/theme/redbasic/js/redbasic.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/redbasic/js/redbasic.js b/view/theme/redbasic/js/redbasic.js
index f502b2538..ca27bb825 100644
--- a/view/theme/redbasic/js/redbasic.js
+++ b/view/theme/redbasic/js/redbasic.js
@@ -84,7 +84,7 @@ $(document).ready(function() {
});
$("input[data-role=cat-tagsinput]").tagsinput({
- tagClass: 'badge rounded-pill bg-warning'
+ tagClass: 'badge rounded-pill bg-warning text-dark'
});
$('a.disabled').click(function(e) {