We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm using the FAB button. I'm using v5 of react-native-paper. Even if I set roundness to 0 in the custom theme nothing happens:
const customTheme = { ...DefaultTheme, dark: false, roundness: 0, colors: { primary: colors.primary, accent: colors.primary, background: 'white', surface: white, error: '#B00020', text: black, onSurface: '#000000', disabled: color(black).alpha(0.26).rgb().string(), placeholder: color(black).alpha(0.54).rgb().string(), backdrop: color(black).alpha(0.5).rgb().string(), notification: pinkA400, }, //@ts-ignore fonts: configureFonts({ config: fontConfig, isV3: true }), animation: { scale: 1.0, }, };
The text was updated successfully, but these errors were encountered:
lukewalczak
Successfully merging a pull request may close this issue.
Ask your Question
I'm using the FAB button. I'm using v5 of react-native-paper. Even if I set roundness to 0 in the custom theme nothing happens:
The text was updated successfully, but these errors were encountered: