This commit is contained in:
jantunesmesias 2024-08-09 16:30:28 -03:00
parent 30b3568541
commit 13b3c8f8ca
1 changed files with 3 additions and 0 deletions

View File

@ -109,6 +109,9 @@ Widget buildDetails(
height: 40, height: 40,
color: FlutterFlowTheme.of(context).primaryBackground, color: FlutterFlowTheme.of(context).primaryBackground,
elevation: 0, elevation: 0,
textStyle: TextStyle(
color: FlutterFlowTheme.of(context).primaryText,
),
borderSide: BorderSide( borderSide: BorderSide(
color: FlutterFlowTheme.of(context).primaryBackground, color: FlutterFlowTheme.of(context).primaryBackground,
width: 1, width: 1,