mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
fix(skin): extract transition properties into CSS custom properties (#1075)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
df927f67fc
commit
657e7111b4
@@ -47,7 +47,7 @@ const ERROR_CLASSNAMES = {
|
||||
title: 'media-error__title',
|
||||
description: 'media-error__description',
|
||||
actions: 'media-error__actions',
|
||||
close: 'media-button media-button--subtle',
|
||||
close: 'media-button media-button--primary',
|
||||
};
|
||||
|
||||
export type MinimalVideoSkinProps = BaseVideoSkinProps;
|
||||
|
||||
@@ -42,12 +42,12 @@ const SEEK_TIME = 10;
|
||||
|
||||
const ERROR_CLASSNAMES = {
|
||||
root: 'media-error',
|
||||
dialog: 'media-error__dialog',
|
||||
dialog: 'media-error__dialog media-surface',
|
||||
content: 'media-error__content',
|
||||
title: 'media-error__title',
|
||||
description: 'media-error__description',
|
||||
actions: 'media-error__actions',
|
||||
close: 'media-button media-button--subtle',
|
||||
close: 'media-button media-button--primary',
|
||||
};
|
||||
|
||||
export type VideoSkinProps = BaseVideoSkinProps;
|
||||
|
||||
Reference in New Issue
Block a user