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

View File

@@ -2,7 +2,7 @@ import { style } from '@vanilla-extract/css';
export const publicUserLabel = style({
fontSize: 'inherit',
display: 'flex',
display: 'inline-flex',
alignItems: 'center',
});