mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-08 15:51:16 +08:00
Merge branch 'main' into chore/update-from-main
This commit is contained in:
@ -347,7 +347,12 @@ export class Checkbox implements ComponentInterface {
|
||||
</div>
|
||||
<div class="native-wrapper">
|
||||
{/* Phosphor Icons define a larger viewBox */}
|
||||
<svg class="checkbox-icon" viewBox={theme === 'ionic' ? '0 0 256 256' : '0 0 24 24'} part="container">
|
||||
<svg
|
||||
class="checkbox-icon"
|
||||
viewBox={theme === 'ionic' ? '0 0 256 256' : '0 0 24 24'}
|
||||
part="container"
|
||||
aria-hidden="true"
|
||||
>
|
||||
{path}
|
||||
</svg>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user