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/styles.sass | 1 + 1 file changed, 1 insertion(+) (limited to 'ui/src/styles.sass') diff --git a/ui/src/styles.sass b/ui/src/styles.sass index 5d54ecb..d4e5b6e 100644 --- a/ui/src/styles.sass +++ b/ui/src/styles.sass @@ -2,3 +2,4 @@ /* Importing Bootstrap SCSS file. */ @import '~bootstrap/scss/bootstrap' +@import '~bootstrap-icons/font/bootstrap-icons.css' -- cgit