Style color of fab based on theme

This commit is contained in:
Brandon Presley 2022-09-01 13:12:16 +12:00
parent 137ecf4a77
commit d002930cee
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ export default function MassiveFab(
<FAB
{...props}
icon="add"
color="black"
color={dark ? CombinedDarkTheme.colors.background : 'white'}
style={{
position: 'absolute',
right: 10,