diff --git a/less/chats.less b/less/chats.less index af639c0..e2ef513 100644 --- a/less/chats.less +++ b/less/chats.less @@ -150,7 +150,6 @@ [component="chat/input"] { flex: 1; - background: none; box-shadow: none; border: 0; border: 1px solid @gray-lighter; @@ -445,7 +444,7 @@ margin-left: 13px; a { - color: @gray-dark; + color: @text-color; } } diff --git a/package.json b/package.json index ea5376a..a67d3e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nodebb-theme-persona", - "version": "9.1.1", + "version": "9.1.2", "nbbpm": { "compatibility": "^1.11.0" },