From 07e78103adc564ad9b293c5c41313ae25f9683dd Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Thu, 2 Apr 2020 15:24:28 +0000 Subject: [PATCH 1/5] add shadow parts --- core/src/components/radio/radio.tsx | 7 +++-- .../components/radio/test/basic/index.html | 29 +++++++++++++++++-- 2 files changed, 32 insertions(+), 4 deletions(-) diff --git a/core/src/components/radio/radio.tsx b/core/src/components/radio/radio.tsx index 49326b5d26c..5f40ebf38ef 100644 --- a/core/src/components/radio/radio.tsx +++ b/core/src/components/radio/radio.tsx @@ -7,6 +7,9 @@ import { createColorClasses, hostContext } from '../../utils/theme'; /** * @virtualProp {"ios" | "md"} mode - The mode determines which platform styles to use. + * + * @TODOpart icon - The outer radio icon. + * @TODOpart icon-inner - The inner checked dot of the radio icon. */ @Component({ tag: 'ion-radio', @@ -136,8 +139,8 @@ export class Radio implements ComponentInterface { 'radio-disabled': disabled, }} > -
-
+
+