/MusicFree/src/components/base/ |
H A D | statusBar.tsx | 9 const {backgroundColor, barStyle} = props; 14 backgroundColor={'rgba(0,0,0,0)'} 22 backgroundColor: 23 backgroundColor ?? colors.appBar ?? colors.primary,
|
H A D | typeTag.tsx | 18 backgroundColor?: ColorValue; 27 // backgroundColor, 37 backgroundColor: colors.card,
|
H A D | switch.tsx | 53 backgroundColor: value 76 backgroundColor: 'white',
|
H A D | divider.tsx | 18 backgroundColor: colors.divider ?? '#999999',
|
H A D | toast.tsx | 123 backgroundColor: colors.backdrop, 142 {backgroundColor: colors.primary}, 169 backgroundColor: 'blue',
|
H A D | pageBackground.tsx | 18 backgroundColor:
|
H A D | colorBlock.tsx | 23 backgroundColor: color,
|
H A D | tag.tsx | 18 {backgroundColor: colors.card, borderColor: colors.divider},
|
H A D | SortableFlatList.tsx | 163 backgroundColor={activeBackgroundColor} 406 backgroundColor?: string; 410 const {itemHeight, renderItem, item, backgroundColor, itemJustifyContent} = 443 backgroundColor ? {backgroundColor} : {},
|
H A D | button.tsx | 29 backgroundColor:
|
/MusicFree/src/components/panels/types/ |
H A D | sheetTags.tsx | 36 // backgroundColor={backgroundColor} 64 // backgroundColor={backgroundColor}
|
H A D | timingClose.tsx | 235 backgroundColor: '#aaaaaa33', 247 backgroundColor: '#aaaaaa33', 303 backgroundColor: 353 // backgroundColor: 'blue', 362 backgroundColor: '#99999999', 370 backgroundColor: '#99999999', 381 backgroundColor: '#99999999',
|
/MusicFree/src/lib/react-native-vdebug/src/ |
H A D | log.js | 122 <View style={{flexDirection: 'row', backgroundColor: '#fff'}}> 143 backgroundColor: '#eeeeee', 263 backgroundColor: '#fffacd', property 268 backgroundColor: '#ffe4e1', property 289 backgroundColor: '#eee', property 294 backgroundColor: '#ffffff', property
|
/MusicFree/src/pages/setting/ |
H A D | index.tsx | 39 backgroundColor: '#2b333eaa', 42 backgroundColor: 'transparent',
|
/MusicFree/src/lib/react-native-vdebug/ |
H A D | index.js | 448 backgroundColor: '#fff', property 454 backgroundColor: '#fff', property 461 backgroundColor: '#eee', property 487 backgroundColor: '#eee', property 510 backgroundColor: '#04be02', property 535 backgroundColor: '#ffffff', property 542 backgroundColor: '#eee', property 547 backgroundColor: '#ffffff', property
|
/MusicFree/src/pages/searchPage/components/resultPanel/ |
H A D | index.tsx | 43 backgroundColor: colors.tabBar, 67 backgroundColor: colors.primary,
|
/MusicFree/src/pages/recommendSheets/components/body/ |
H A D | index.tsx | 26 backgroundColor: 'transparent', 51 backgroundColor: colors.primary,
|
/MusicFree/src/pages/home/components/ |
H A D | navBar.tsx | 32 backgroundColor: colors.placeholder, 59 backgroundColor: 'transparent',
|
/MusicFree/src/pages/topList/components/ |
H A D | topListBody.tsx | 59 backgroundColor: colors.primary, 73 backgroundColor: 'transparent',
|
/MusicFree/android/app/src/main/java/fun/upup/musicfree/lyricUtil/ |
H A D | LyricView.kt | 71 val backgroundColor = options["backgroundColor"] in <lambda>() constant 96 … setBackgroundColor(Color.parseColor(rgba2argb(backgroundColor?.toString() ?: "#84888153"))) in <lambda>() 194 fun setColors(textColor: String?, backgroundColor: String?) { in <lambda>() 197 backgroundColor?.let { color -> in <lambda>()
|
/MusicFree/src/components/panels/types/searchLrc/ |
H A D | index.tsx | 56 backgroundColor: colors.placeholder, 145 backgroundColor: 'transparent', 170 backgroundColor: colors.primary,
|
/MusicFree/src/components/dialogs/components/base/ |
H A D | index.tsx | 108 backgroundColor: colors.backdrop, 244 backgroundColor: 282 backgroundColor: 'rgba(0, 0, 0, 0.5)', 289 backgroundColor: 'red',
|
/MusicFree/src/native/lyricUtil/ |
H A D | index.ts | 39 backgroundColor: string | null,
|
/MusicFree/src/pages/musicDetail/components/content/lyric/ |
H A D | draggingTime.tsx | 26 backgroundColor: 'rgba(255,255,255,0.1)',
|
/MusicFree/src/pages/musicDetail/components/ |
H A D | background.tsx | 30 backgroundColor: '#000',
|