JimmFly
2024-02-23 06:18:25 +00:00
parent c22216c71a
commit 4ea4a2d25f
13 changed files with 251 additions and 71 deletions
@@ -43,3 +43,7 @@ export const switchCheckedStyle = style({
},
},
});
export const switchDisabledStyle = style({
cursor: 'not-allowed',
opacity: 0.5,
});