mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-03 03:59:10 +01:00
DEL: Old comments
This commit is contained in:
parent
8641f94612
commit
4b4cba80a3
3 changed files with 0 additions and 6 deletions
|
@ -23,7 +23,6 @@ export const ArrowPicker = (props: ArrowPickerProps) => {
|
|||
|
||||
const stylesHook = {
|
||||
text: {
|
||||
// @ts-ignore: Ignore theme typescript error
|
||||
color: colors.foregroundColor,
|
||||
},
|
||||
};
|
||||
|
|
|
@ -108,7 +108,6 @@ const QRCodeComponent: React.FC<QRCodeComponentProps> = ({
|
|||
size={size}
|
||||
logoSize={logoSize}
|
||||
color="#000000"
|
||||
// @ts-ignore: logoBackgroundColor is not in the type definition
|
||||
logoBackgroundColor={colors.brandingColor}
|
||||
backgroundColor="#FFFFFF"
|
||||
ecl={ecl}
|
||||
|
|
|
@ -20,19 +20,15 @@ const PleaseBackup: React.FC = () => {
|
|||
|
||||
const stylesHook = StyleSheet.create({
|
||||
flex: {
|
||||
// @ts-ignore: Ignore
|
||||
backgroundColor: colors.elevated,
|
||||
},
|
||||
word: {
|
||||
// @ts-ignore: Ignore
|
||||
backgroundColor: colors.inputBackgroundColor,
|
||||
},
|
||||
wortText: {
|
||||
// @ts-ignore: Ignore
|
||||
color: colors.labelText,
|
||||
},
|
||||
pleaseText: {
|
||||
// @ts-ignore: Ignore
|
||||
color: colors.foregroundColor,
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue