From 9c4b412aea56b0f4f55d341c5bcc50b6d61f5608 Mon Sep 17 00:00:00 2001 From: Atterpac <89053530+atterpac@users.noreply.github.com> Date: Mon, 13 May 2024 14:39:20 -0600 Subject: [PATCH] fix react template css (#3477) changelog --- mkdocs-website/docs/en/changelog.md | 1 + v3/internal/templates/react-swc-ts/frontend/public/style.css | 3 +-- v3/internal/templates/react-swc/frontend/public/style.css | 3 +-- v3/internal/templates/react-ts/frontend/public/style.css | 3 +-- v3/internal/templates/react/frontend/public/style.css | 3 +-- 5 files changed, 5 insertions(+), 8 deletions(-) diff --git a/mkdocs-website/docs/en/changelog.md b/mkdocs-website/docs/en/changelog.md index b8db3c290..9522fefa2 100644 --- a/mkdocs-website/docs/en/changelog.md +++ b/mkdocs-website/docs/en/changelog.md @@ -37,6 +37,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed +- Fixed react template css to show footer by [atterpac](https://github.com/atterpac) in [#3477](https://github.com/wailsapp/wails/pull/3477) - Fixed zombie processes when working in devmode by updating to latest refresh by [Atterpac](https://github.com/atterpac) in [#3320](https://github.com/wailsapp/wails/pull/3320). - Fixed appimage webkit file sourcing by [Atterpac](https://github.com/atterpac) in [#3306](https://github.com/wailsapp/wails/pull/3306). - Fixed Doctor apt package verify by [Atterpac](https://github.com/Atterpac) in [#2972](https://github.com/wailsapp/wails/pull/2972). diff --git a/v3/internal/templates/react-swc-ts/frontend/public/style.css b/v3/internal/templates/react-swc-ts/frontend/public/style.css index 2312d932d..a36cce4f8 100644 --- a/v3/internal/templates/react-swc-ts/frontend/public/style.css +++ b/v3/internal/templates/react-swc-ts/frontend/public/style.css @@ -114,7 +114,6 @@ h1 { margin-top: 1rem; align-content: center; text-align: center; - color: rgba(255, 255, 255, 0.67); } @media (prefers-color-scheme: light) { @@ -158,4 +157,4 @@ h1 { .input-box .input:focus { border: none; background-color: rgba(255, 255, 255, 1); -} \ No newline at end of file +} diff --git a/v3/internal/templates/react-swc/frontend/public/style.css b/v3/internal/templates/react-swc/frontend/public/style.css index 2312d932d..a36cce4f8 100644 --- a/v3/internal/templates/react-swc/frontend/public/style.css +++ b/v3/internal/templates/react-swc/frontend/public/style.css @@ -114,7 +114,6 @@ h1 { margin-top: 1rem; align-content: center; text-align: center; - color: rgba(255, 255, 255, 0.67); } @media (prefers-color-scheme: light) { @@ -158,4 +157,4 @@ h1 { .input-box .input:focus { border: none; background-color: rgba(255, 255, 255, 1); -} \ No newline at end of file +} diff --git a/v3/internal/templates/react-ts/frontend/public/style.css b/v3/internal/templates/react-ts/frontend/public/style.css index 2312d932d..a36cce4f8 100644 --- a/v3/internal/templates/react-ts/frontend/public/style.css +++ b/v3/internal/templates/react-ts/frontend/public/style.css @@ -114,7 +114,6 @@ h1 { margin-top: 1rem; align-content: center; text-align: center; - color: rgba(255, 255, 255, 0.67); } @media (prefers-color-scheme: light) { @@ -158,4 +157,4 @@ h1 { .input-box .input:focus { border: none; background-color: rgba(255, 255, 255, 1); -} \ No newline at end of file +} diff --git a/v3/internal/templates/react/frontend/public/style.css b/v3/internal/templates/react/frontend/public/style.css index 2312d932d..a36cce4f8 100644 --- a/v3/internal/templates/react/frontend/public/style.css +++ b/v3/internal/templates/react/frontend/public/style.css @@ -114,7 +114,6 @@ h1 { margin-top: 1rem; align-content: center; text-align: center; - color: rgba(255, 255, 255, 0.67); } @media (prefers-color-scheme: light) { @@ -158,4 +157,4 @@ h1 { .input-box .input:focus { border: none; background-color: rgba(255, 255, 255, 1); -} \ No newline at end of file +}