-- cgit From 61900a7ba8b11beb2125f31072abe8bcd1d6a10c Mon Sep 17 00:00:00 2001 From: asuyou Date: Fri, 17 Dec 2021 18:35:43 +0200 Subject: Theme button is now material button --- ui/src/app/app.component.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'ui/src/app/app.component.html') diff --git a/ui/src/app/app.component.html b/ui/src/app/app.component.html index 248ea76..3fc9bd2 100644 --- a/ui/src/app/app.component.html +++ b/ui/src/app/app.component.html @@ -13,8 +13,12 @@ -->
- Toggle Theme - +
-- cgit From 498e30c6335693436eb01edf99dd955562a324f6 Mon Sep 17 00:00:00 2001 From: Alex Shnitman Date: Fri, 17 Dec 2021 19:30:20 +0200 Subject: changes to the theme toggle button --- ui/src/app/app.component.html | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'ui/src/app/app.component.html') diff --git a/ui/src/app/app.component.html b/ui/src/app/app.component.html index 3fc9bd2..cebd97f 100644 --- a/ui/src/app/app.component.html +++ b/ui/src/app/app.component.html @@ -12,12 +12,9 @@ --> -
-
-- cgit