From d820fa0d9df36235f2170bc41238a7b63e9ed047 Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Thu, 9 Nov 2023 13:10:07 -0500 Subject: [PATCH] chore: remove unused code --- core/src/components/datetime/datetime.md.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/core/src/components/datetime/datetime.md.scss b/core/src/components/datetime/datetime.md.scss index 751213eab4b..a900eeecbba 100644 --- a/core/src/components/datetime/datetime.md.scss +++ b/core/src/components/datetime/datetime.md.scss @@ -136,7 +136,3 @@ justify-content: flex-end; } - -:host .datetime-view-buttons ion-button { - color: $text-color-step-200; -}