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

View File

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