fix(riot-ui): upgrade tag history

This commit is contained in:
Joxit
2022-12-07 09:00:33 +01:00
parent dd251b55a0
commit f779f43173
2 changed files with 7 additions and 4 deletions
+5 -2
View File
@@ -18,12 +18,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<material-card>
<div class="material-card-title-action">
<material-button
color="rgba(0,0,0,0)"
text-color="#777"
color="#777"
waves-center="true"
rounded="true"
waves-color="#ddd"
href="{ toTaglist() }"
inverted
icon
>
<i class="material-icons">arrow_back</i>
@@ -37,9 +37,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<material-tabs
if="{ state.archs && state.loadend }"
color="#25313b"
text-color="#fff"
useLine="{ true }"
tabs="{ state.archs }"
onTabChanged="{ onTabChanged }"
inverted
></material-tabs>
<material-card each="{ element in state.elements }">
+2 -2
View File
@@ -18,12 +18,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<material-card class="header">
<div class="material-card-title-action">
<material-button
color="#fff"
text-color="#777"
color="#777"
waves-color="#ddd"
waves-center="true"
href="{ router.home() }"
icon
inverted
>
<i class="material-icons">arrow_back</i>
</material-button>