From 3a3ba8f671bee92ef71660e3b7d7379621e5c19b Mon Sep 17 00:00:00 2001 From: Pavindu Lakshan Date: Wed, 1 Nov 2023 11:21:22 +0530 Subject: [PATCH] Fix style issues --- packages/react/src/components/Switch/switch.scss | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/packages/react/src/components/Switch/switch.scss b/packages/react/src/components/Switch/switch.scss index 049a6fb2..80099f53 100644 --- a/packages/react/src/components/Switch/switch.scss +++ b/packages/react/src/components/Switch/switch.scss @@ -17,10 +17,5 @@ */ .oxygen-switch { - padding-top: 14px !important; - padding-bottom: 14px !important; - - .MuiButtonBase-root { - height: 32px !important; - } + /* Add styles */ }