From 36758a58c9e38bc5e2adaa799d0028f72bc6cdfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eduard=20Bardaj=C3=AD=20Puig?= Date: Fri, 19 Apr 2024 11:04:04 +0100 Subject: [PATCH 1/2] Set explicit text colors --- src/lib/styles.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/lib/styles.ts b/src/lib/styles.ts index 743d31b..bfabd8b 100644 --- a/src/lib/styles.ts +++ b/src/lib/styles.ts @@ -1,18 +1,21 @@ import { JSX } from "solid-js/jsx-runtime"; export const titleTextStyles: JSX.CSSProperties = { + color: "#181818", "font-size": "18px", "font-weight": "700", "line-height": "1.4", }; export const bodyTextStyles: JSX.CSSProperties = { + color: "#181818", "font-size": "14px", "font-weight": "400", "line-height": "1.4", }; export const buttonTextStyles: JSX.CSSProperties = { + color: "#181818", "font-size": "14px", "font-weight": "500", }; From b40833cb06c7d6a41d733c22bd94270111d1d879 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eduard=20Bardaj=C3=AD=20Puig?= Date: Fri, 19 Apr 2024 11:15:04 +0100 Subject: [PATCH 2/2] Bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d333bf7..44e0478 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sats-connect/ui", - "version": "0.0.4", + "version": "0.0.5", "type": "module", "main": "dist/index.js", "files": [