From 554a99c96d223eacc4bb6e10e3f6ad1712397f3a Mon Sep 17 00:00:00 2001 From: MikunoNaka Date: Mon, 12 Jul 2021 11:42:47 +0530 Subject: fixed transition only happening on hover in --- src/components/Print/PrintableDoc.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'src/components/Print/PrintableDoc.tsx') diff --git a/src/components/Print/PrintableDoc.tsx b/src/components/Print/PrintableDoc.tsx index bcabcbc..67c8580 100644 --- a/src/components/Print/PrintableDoc.tsx +++ b/src/components/Print/PrintableDoc.tsx @@ -7,6 +7,7 @@ */ import React, { /*useState,*/ } from "react"; +import "./Print.scss"; import { Page, Text, View, Document, StyleSheet } from '@react-pdf/renderer'; const styles = StyleSheet.create({ -- cgit v1.2.3