From 9f7f71ea2d2e12036a176401099568be43693b5f Mon Sep 17 00:00:00 2001 From: Jordan Sjodin Date: Thu, 5 Sep 2024 13:39:39 -0700 Subject: [PATCH 1/2] Update Proclaim theme's hover and pressed buttons --- theme/brandOverrides/proclaim.js | 34 ++++++++++++++++---------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/theme/brandOverrides/proclaim.js b/theme/brandOverrides/proclaim.js index 15a5cd85..099c5b6d 100644 --- a/theme/brandOverrides/proclaim.js +++ b/theme/brandOverrides/proclaim.js @@ -39,7 +39,7 @@ export const theme = { multi: { border: '#46444F', - selectedBackground: '#323232', + selectedBackground: '#383643', selectedForeground: 'foregroundPrimary', }, }, @@ -79,8 +79,8 @@ export const theme = { }, '&:disabled': { color: '#999999', - backgroundColor: '#666666', - borderColor: '#666666', + backgroundColor: '#838290', + borderColor: '#838290', }, }, secondary: { @@ -94,8 +94,8 @@ export const theme = { }, '&:active': { color: 'foregroundPrimary', - backgroundColor: '#323232', - borderColor: '#323232', + backgroundColor: '#383643', + borderColor: '#383643', }, '&:disabled': { color: '#999999', @@ -109,17 +109,17 @@ export const theme = { backgroundColor: '#5A5962', borderColor: '#5A5962', '&:hover': { - backgroundColor: '#666666', - borderColor: '#666666', + backgroundColor: '#838290', + borderColor: '#838290', }, '&:active': { - backgroundColor: '#323232', - borderColor: '#323232', + backgroundColor: '#383643', + borderColor: '#383643', }, '&:disabled': { color: '#999999', - backgroundColor: '#666666', - borderColor: '#666666', + backgroundColor: '#838290', + borderColor: '#838290', }, }, transparent: { @@ -128,12 +128,12 @@ export const theme = { backgroundColor: 'transparent', borderColor: 'transparent', '&:hover': { - backgroundColor: '#666666', - borderColor: '#666666', + backgroundColor: '#838290', + borderColor: '#838290', }, '&:active,&.active': { - backgroundColor: '#323232', - borderColor: '#323232', + backgroundColor: '#383643', + borderColor: '#383643', }, '&:disabled': { color: '#999999', @@ -206,8 +206,8 @@ export const theme = { }, '&:disabled': { color: '#999999', - borderColor: '#666666', - backgroundColor: '#666666', + borderColor: '#838290', + backgroundColor: '#838290', }, }, }, From bbe7848970028f69733656a61a616181ec315e5d Mon Sep 17 00:00:00 2001 From: Jordan Sjodin Date: Thu, 5 Sep 2024 16:21:51 -0700 Subject: [PATCH 2/2] Publich 6.12.5 --- VersionHistory.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/VersionHistory.md b/VersionHistory.md index a674ac5f..c3bb7603 100644 --- a/VersionHistory.md +++ b/VersionHistory.md @@ -1,5 +1,8 @@ # Changelog +## 6.12.5 +- Updates to Proclaim's theme + ## 6.12.2 - `Menu.Item`: Stop showing hover background when disabled diff --git a/package.json b/package.json index 74294e26..ac397a60 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@faithlife/styled-ui", - "version": "6.12.4", + "version": "6.12.5", "main": "dist/main.js", "repository": "git@github.com:Faithlife/styled-ui.git", "license": "MIT",