@@ -25,24 +25,39 @@ const commonDefaultProps = {
25
25
icon : {
26
26
color : COLORS . BRAND . color_brand_bg_50 ,
27
27
disabled : {
28
- color : COLORS . ACCENT . color_accent_default_bg_100 ,
28
+ color : COLORS . DISABLED . color_accentDisabled_font_100 ,
29
29
} ,
30
30
} ,
31
31
iconToTransition : {
32
32
color : COLORS . BRAND . color_brand_bg_50 ,
33
33
} ,
34
34
loader : {
35
- variant : LoaderVariantType . PRIMARY_WHITE ,
35
+ variant : LoaderVariantType . PRIMARY_RED ,
36
+ cursor : 'not-allowed' ,
36
37
} ,
37
38
} ;
38
39
39
40
export const MEDIA_BUTTON_STYLES : MediaButtonStylesType < MediaButtonVariantType > = {
40
41
[ MediaButtonVariantType . DEFAULT ] : {
42
+ [ MediaButtonSizeType . EXTRA_LARGE ] : {
43
+ ...commonDefaultProps ,
44
+ container : {
45
+ ...commonContainerProps ,
46
+ background_color : COLORS . NEUTRAL . color_neutral_bg_250 ,
47
+ } ,
48
+ buttonContainer : {
49
+ ...commonButtonContainerProps ,
50
+ width : SPACINGS . spacing_650 ,
51
+ height : SPACINGS . spacing_650 ,
52
+ min_width : SPACINGS . spacing_650 ,
53
+ min_height : SPACINGS . spacing_650 ,
54
+ } ,
55
+ } ,
41
56
[ MediaButtonSizeType . LARGE ] : {
42
57
...commonDefaultProps ,
43
58
container : {
44
59
...commonContainerProps ,
45
- background_color : COLORS . NEUTRAL . color_neutral_bg_100 ,
60
+ background_color : COLORS . NEUTRAL . color_neutral_bg_250 ,
46
61
} ,
47
62
buttonContainer : {
48
63
...commonButtonContainerProps ,
@@ -56,14 +71,15 @@ export const MEDIA_BUTTON_STYLES: MediaButtonStylesType<MediaButtonVariantType>
56
71
...commonDefaultProps ,
57
72
container : {
58
73
...commonContainerProps ,
59
- background_color : COLORS . NEUTRAL . color_neutral_bg_100 ,
74
+ border_radius : RADIUS . radius_00 ,
60
75
} ,
61
76
buttonContainer : {
62
77
...commonButtonContainerProps ,
63
78
width : SPACINGS . spacing_400 ,
64
79
height : SPACINGS . spacing_400 ,
65
80
min_width : SPACINGS . spacing_400 ,
66
81
min_height : SPACINGS . spacing_400 ,
82
+ margin : SPACINGS . spacing_0 ,
67
83
} ,
68
84
} ,
69
85
} ,
0 commit comments