From d46cf1ec76f40093d523b4da3aeab94940060945 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sat, 12 Mar 2022 04:22:11 +0100 Subject: [PATCH] :arrow_up: Use bluelib@4 stylesheets --- src/hooks/useBluelib.tsx | 10 +++++----- src/utils/BluelibMapper.ts | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/hooks/useBluelib.tsx b/src/hooks/useBluelib.tsx index bdab747..953e574 100644 --- a/src/hooks/useBluelib.tsx +++ b/src/hooks/useBluelib.tsx @@ -4,11 +4,11 @@ import * as BluelibMapper from "../utils/BluelibMapper" import Color from "color"; import * as Colors from "../utils/Colors" -import PaperTheme from "../bluelib/src/targets/paper.module.css" -import RoyalBlueTheme from "../bluelib/src/targets/royalblue.module.css" -import HackerTheme from "../bluelib/src/targets/hacker.module.css" -import SophonTheme from "../bluelib/src/targets/sophon.module.css" -import GestioneAmberTheme from "../bluelib/src/targets/amber.module.css" +import PaperTheme from "@steffo/bluelib/dist/paper.module.css" +import RoyalBlueTheme from "@steffo/bluelib/dist/royalblue.module.css" +import HackerTheme from "@steffo/bluelib/dist/hacker.module.css" +import SophonTheme from "@steffo/bluelib/dist/sophon.module.css" +import GestioneAmberTheme from "@steffo/bluelib/dist/amber.module.css" const BuiltinThemes = { diff --git a/src/utils/BluelibMapper.ts b/src/utils/BluelibMapper.ts index a4669b8..2914ce0 100644 --- a/src/utils/BluelibMapper.ts +++ b/src/utils/BluelibMapper.ts @@ -1,6 +1,6 @@ import classNames from "classnames" import * as Types from "../types" -import Skeleton from "../bluelib/src/targets/skeleton.module.css" +import Skeleton from "@steffo/bluelib/dist/skeleton.module.css" /**