feat(core): add actions to transcription block (#11896)

This commit is contained in:
pengx17
2025-04-22 14:06:12 +00:00
parent 25d17af0ed
commit c17c335f9b
4 changed files with 16 additions and 7 deletions
@@ -30,9 +30,3 @@ export const notesButtonIcon = style({
export const error = style({
color: cssVarV2('aI/errorText'),
});
export const publicUserLabel = style({
fontSize: cssVar('fontXs'),
fontWeight: 500,
userSelect: 'none',
});