@@ -5273,7 +5273,7 @@ export const lotsOfStyles = [
5273
5273
},
5274
5274
icon: {
5275
5275
alignItems: 'center',
5276
- background :
5276
+ backgroundImage :
5277
5277
'linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), conic-gradient(from 180deg at 50% 50%, #FD4C4C -25.03deg, #F16770 27deg, #F8E968 85.5deg, #82F778 124.03deg, #4BFBFB 180.56deg, #6D7DFF 225.28deg, #FA05FF 273.66deg, #FD4C4C 334.97deg, #F16770 387deg)',
5278
5278
borderRadius: '100%',
5279
5279
display: 'flex',
@@ -45532,7 +45532,8 @@ export const lotsOfStyles = [
45532
45532
height: '120%',
45533
45533
},
45534
45534
shortLine: {
45535
- background: 'linear-gradient(var(--divider), var(--card-background))',
45535
+ backgroundImage:
45536
+ 'linear-gradient(var(--divider), var(--card-background))',
45536
45537
height: '95%',
45537
45538
marginStart: 3,
45538
45539
width: 1,
@@ -122581,7 +122582,7 @@ export const lotsOfStyles = [
122581
122582
userSelect: 'none',
122582
122583
width: '100%',
122583
122584
':after': {
122584
- background :
122585
+ backgroundImage :
122585
122586
'linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%)',
122586
122587
bottom: '0',
122587
122588
content: ' ',
@@ -122594,7 +122595,7 @@ export const lotsOfStyles = [
122594
122595
zIndex: 1,
122595
122596
},
122596
122597
':before': {
122597
- background :
122598
+ backgroundImage :
122598
122599
'linear-gradient(280deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.6) 100%)',
122599
122600
content: ' ',
122600
122601
height: '100%',
@@ -207678,7 +207679,7 @@ export const lotsOfStyles = [
207678
207679
stylex.create({
207679
207680
circle: {
207680
207681
alignItems: 'center',
207681
- background : 'var(--base-blue)',
207682
+ backgroundColor : 'var(--base-blue)',
207682
207683
borderWidth: 1,
207683
207684
borderStyle: 'solid',
207684
207685
borderColor: 'var(--base-blue)',
@@ -235389,7 +235390,7 @@ export const lotsOfStyles = [
235389
235390
stylex.create({
235390
235391
container: {
235391
235392
alignItems: 'center',
235392
- background :
235393
+ backgroundImage :
235393
235394
'linear-gradient(358.52deg, #0E7CEB 1.26%, #A10EEB 98.74%, #A10EEB 98.74%)',
235394
235395
display: 'flex',
235395
235396
},
@@ -245502,7 +245503,7 @@ export const lotsOfStyles = [
245502
245503
postBackground: {
245503
245504
alignItems: 'center',
245504
245505
backdropFilter: 'blur(100px)',
245505
- background :
245506
+ backgroundImage :
245506
245507
'linear-gradient(180deg, rgba(149, 62, 193, 0.6) -234.46%, rgba(62, 131, 235, 0.6) 182.12%)',
245507
245508
borderRadius: '18px',
245508
245509
display: 'flex',
@@ -245515,7 +245516,7 @@ export const lotsOfStyles = [
245515
245516
storyBackground: {
245516
245517
alignItems: 'center',
245517
245518
backdropFilter: 'blur(20px)',
245518
- background :
245519
+ backgroundImage :
245519
245520
'linear-gradient(180deg, #953EC1 -525.46%, #3E83EB 148.61%), rgba(255, 255, 255, 0.12)',
245520
245521
borderRadius: '12px',
245521
245522
display: 'flex',
@@ -249938,7 +249939,7 @@ export const lotsOfStyles = [
249938
249939
privateBackground: {
249939
249940
alignItems: 'center',
249940
249941
backdropFilter: 'blur(20px)',
249941
- background :
249942
+ backgroundImage :
249942
249943
'linear-gradient(180deg, #953EC1 -525.46%, #3E83EB 148.61%), rgba(255, 255, 255, 0.12)',
249943
249944
display: 'flex',
249944
249945
flexDirection: 'column',
@@ -249950,7 +249951,8 @@ export const lotsOfStyles = [
249950
249951
publicBackground: {
249951
249952
alignItems: 'center',
249952
249953
backdropFilter: 'blur(100px)',
249953
- background: 'linear-gradient(180deg, #953EC1 -234.46%, #3E83EB 182.12%)',
249954
+ backgroundImage:
249955
+ 'linear-gradient(180deg, #953EC1 -234.46%, #3E83EB 182.12%)',
249954
249956
display: 'flex',
249955
249957
flexDirection: 'column',
249956
249958
height: '158px',
@@ -364968,7 +364970,7 @@ export const lotsOfStyles = [
364968
364970
unreadMention: {
364969
364971
color: 'var(--wig-white);',
364970
364972
fontSize: 'small',
364971
- background : 'linear-gradient(90deg, #2E85F2 0%, #1F69DC 100%)',
364973
+ backgroundImage : 'linear-gradient(90deg, #2E85F2 0%, #1F69DC 100%)',
364972
364974
width: '23px',
364973
364975
height: '23px',
364974
364976
borderRadius: '100%',
@@ -364993,7 +364995,7 @@ export const lotsOfStyles = [
364993
364995
height: 10,
364994
364996
width: 10,
364995
364997
marginEnd: 4,
364996
- background : 'linear-gradient(90deg, #2E85F2 0%, #1F69DC 100%)',
364998
+ backgroundImage : 'linear-gradient(90deg, #2E85F2 0%, #1F69DC 100%)',
364997
364999
},
364998
365000
}),
364999
365001
stylex.create({
@@ -368732,7 +368734,7 @@ export const lotsOfStyles = [
368732
368734
position: 'relative',
368733
368735
},
368734
368736
workroomCardImgShade: {
368735
- background :
368737
+ backgroundImage :
368736
368738
'linear-gradient(180deg, black 35%, transparent 55%, transparent 100%)',
368737
368739
borderRadius: '12px',
368738
368740
height: '100%',
0 commit comments