From a3bae0e6c22f26e43a14fd96c800f13d2e830bcd Mon Sep 17 00:00:00 2001 From: Baltazar Gomez Date: Sat, 12 Oct 2019 21:05:03 -0600 Subject: [PATCH] import tooltip styles for dark theme --- src/ui/scss/all.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ui/scss/all.scss b/src/ui/scss/all.scss index 50ab3ee9f..0ccc00bfa 100644 --- a/src/ui/scss/all.scss +++ b/src/ui/scss/all.scss @@ -45,5 +45,6 @@ @import 'component/tabs'; @import 'component/tags'; @import 'component/time'; +@import 'component/tooltip'; @import 'component/wunderbar'; @import 'component/yrbl';