@@ -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,7 @@ export const lotsOfStyles = [
45532
45532
height: '120%',
45533
45533
},
45534
45534
shortLine: {
45535
- background : 'linear-gradient(var(--divider), var(--card-background))',
45535
+ backgroundImage : 'linear-gradient(var(--divider), var(--card-background))',
45536
45536
height: '95%',
45537
45537
marginStart: 3,
45538
45538
width: 1,
@@ -122581,7 +122581,7 @@ export const lotsOfStyles = [
122581
122581
userSelect: 'none',
122582
122582
width: '100%',
122583
122583
':after': {
122584
- background :
122584
+ backgroundImage :
122585
122585
'linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%)',
122586
122586
bottom: '0',
122587
122587
content: ' ',
@@ -122594,7 +122594,7 @@ export const lotsOfStyles = [
122594
122594
zIndex: 1,
122595
122595
},
122596
122596
':before': {
122597
- background :
122597
+ backgroundImage :
122598
122598
'linear-gradient(280deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.6) 100%)',
122599
122599
content: ' ',
122600
122600
height: '100%',
@@ -207678,7 +207678,7 @@ export const lotsOfStyles = [
207678
207678
stylex.create({
207679
207679
circle: {
207680
207680
alignItems: 'center',
207681
- background : 'var(--base-blue)',
207681
+ backgroundColor : 'var(--base-blue)',
207682
207682
borderWidth: 1,
207683
207683
borderStyle: 'solid',
207684
207684
borderColor: 'var(--base-blue)',
@@ -235389,7 +235389,7 @@ export const lotsOfStyles = [
235389
235389
stylex.create({
235390
235390
container: {
235391
235391
alignItems: 'center',
235392
- background :
235392
+ backgroundImage :
235393
235393
'linear-gradient(358.52deg, #0E7CEB 1.26%, #A10EEB 98.74%, #A10EEB 98.74%)',
235394
235394
display: 'flex',
235395
235395
},
@@ -245502,7 +245502,7 @@ export const lotsOfStyles = [
245502
245502
postBackground: {
245503
245503
alignItems: 'center',
245504
245504
backdropFilter: 'blur(100px)',
245505
- background :
245505
+ backgroundImage :
245506
245506
'linear-gradient(180deg, rgba(149, 62, 193, 0.6) -234.46%, rgba(62, 131, 235, 0.6) 182.12%)',
245507
245507
borderRadius: '18px',
245508
245508
display: 'flex',
@@ -245515,7 +245515,7 @@ export const lotsOfStyles = [
245515
245515
storyBackground: {
245516
245516
alignItems: 'center',
245517
245517
backdropFilter: 'blur(20px)',
245518
- background :
245518
+ backgroundImage :
245519
245519
'linear-gradient(180deg, #953EC1 -525.46%, #3E83EB 148.61%), rgba(255, 255, 255, 0.12)',
245520
245520
borderRadius: '12px',
245521
245521
display: 'flex',
@@ -249938,7 +249938,7 @@ export const lotsOfStyles = [
249938
249938
privateBackground: {
249939
249939
alignItems: 'center',
249940
249940
backdropFilter: 'blur(20px)',
249941
- background :
249941
+ backgroundImage :
249942
249942
'linear-gradient(180deg, #953EC1 -525.46%, #3E83EB 148.61%), rgba(255, 255, 255, 0.12)',
249943
249943
display: 'flex',
249944
249944
flexDirection: 'column',
@@ -249950,7 +249950,7 @@ export const lotsOfStyles = [
249950
249950
publicBackground: {
249951
249951
alignItems: 'center',
249952
249952
backdropFilter: 'blur(100px)',
249953
- background : 'linear-gradient(180deg, #953EC1 -234.46%, #3E83EB 182.12%)',
249953
+ backgroundImage : 'linear-gradient(180deg, #953EC1 -234.46%, #3E83EB 182.12%)',
249954
249954
display: 'flex',
249955
249955
flexDirection: 'column',
249956
249956
height: '158px',
@@ -364968,7 +364968,7 @@ export const lotsOfStyles = [
364968
364968
unreadMention: {
364969
364969
color: 'var(--wig-white);',
364970
364970
fontSize: 'small',
364971
- background : 'linear-gradient(90deg, #2E85F2 0%, #1F69DC 100%)',
364971
+ backgroundImage : 'linear-gradient(90deg, #2E85F2 0%, #1F69DC 100%)',
364972
364972
width: '23px',
364973
364973
height: '23px',
364974
364974
borderRadius: '100%',
@@ -364993,7 +364993,7 @@ export const lotsOfStyles = [
364993
364993
height: 10,
364994
364994
width: 10,
364995
364995
marginEnd: 4,
364996
- background : 'linear-gradient(90deg, #2E85F2 0%, #1F69DC 100%)',
364996
+ backgroundImage : 'linear-gradient(90deg, #2E85F2 0%, #1F69DC 100%)',
364997
364997
},
364998
364998
}),
364999
364999
stylex.create({
@@ -368732,7 +368732,7 @@ export const lotsOfStyles = [
368732
368732
position: 'relative',
368733
368733
},
368734
368734
workroomCardImgShade: {
368735
- background :
368735
+ backgroundImage :
368736
368736
'linear-gradient(180deg, black 35%, transparent 55%, transparent 100%)',
368737
368737
borderRadius: '12px',
368738
368738
height: '100%',
0 commit comments