From 341948ae572832848207c63faefaf6648707c942 Mon Sep 17 00:00:00 2001 From: oc013 <101832295+oc013@users.noreply.github.com> Date: Thu, 29 Feb 2024 12:02:30 -0500 Subject: Google Voice Dark Mode update (#515) --- recipes/google-voice/darkmode.css | 3 ++- recipes/google-voice/package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'recipes') diff --git a/recipes/google-voice/darkmode.css b/recipes/google-voice/darkmode.css index e025551..29e9453 100644 --- a/recipes/google-voice/darkmode.css +++ b/recipes/google-voice/darkmode.css @@ -65,7 +65,8 @@ gv-availability-view, div.mat-mdc-select-panel, /* settings recharge notification amount */ .gvBillingView-header, /* billing header */ .full-panel, /* audio settings menu */ -.gb_se /* top search results */ +.gb_se, /* top search results */ +.message-input /* text input for sms */ { background-color: var(--dark-grey)!important; border-color: var(--light-medium-grey)!important; diff --git a/recipes/google-voice/package.json b/recipes/google-voice/package.json index 8989664..7987462 100644 --- a/recipes/google-voice/package.json +++ b/recipes/google-voice/package.json @@ -1,7 +1,7 @@ { "id": "google-voice", "name": "Google Voice", - "version": "0.6.4", + "version": "0.6.5", "license": "MIT", "config": { "serviceURL": "https://voice.google.com/u/0/", -- cgit v1.2.3-54-g00ecf