Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
L
library-app-flutter
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ilham Maulana
library-app-flutter
Commits
a19ae843
Commit
a19ae843
authored
Aug 02, 2024
by
Ilham Maulana
💻
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: card color for user info in loan item (admin access)
parent
eac237ca
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
loan_item.dart
lib/src/widgets/loans/loan_item.dart
+1
-2
No files found.
lib/src/widgets/loans/loan_item.dart
View file @
a19ae843
...
@@ -44,9 +44,8 @@ class LoanItem extends StatelessWidget {
...
@@ -44,9 +44,8 @@ class LoanItem extends StatelessWidget {
Offstage
(
Offstage
(
offstage:
user
==
null
,
offstage:
user
==
null
,
child:
Card
(
child:
Card
(
color:
Theme
.
of
(
context
).
primary
Color
,
color:
Theme
.
of
(
context
).
canvas
Color
,
child:
ListTile
(
child:
ListTile
(
textColor:
Colors
.
white
,
title:
Text
(
user
!=
null
?
user
!.
username
:
""
),
title:
Text
(
user
!=
null
?
user
!.
username
:
""
),
subtitle:
Text
(
user
!=
null
?
user
!.
email
:
""
),
subtitle:
Text
(
user
!=
null
?
user
!.
email
:
""
),
),
),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment