From e915e81fddc3286cc07252fea5624ae14813a6f8 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Wed, 24 Jul 2019 14:40:18 -0400 Subject: [PATCH] swal placeholder color --- src/scss/plugins.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/scss/plugins.scss b/src/scss/plugins.scss index cc2470af..6d45de98 100644 --- a/src/scss/plugins.scss +++ b/src/scss/plugins.scss @@ -141,6 +141,11 @@ $fa-font-path: "~font-awesome/fonts"; color: themed('textColor'); background-color: themed('inputBackgroundColor'); } + &::-webkit-input-placeholder { + @include themify($themes) { + color: themed('inputPlaceholderColor'); + } + } } .swal-footer {