Add 'Add Partnership' button to completion of documents pages
- Introduced a new button labeled 'Add Partnership' on the desktop, mobile, and tablet versions of the Completion of Documents pages. - The button is styled with a primary color background and rounded corners for improved UI consistency.
This commit is contained in:
@@ -170,6 +170,7 @@ class MeetingTimeSuccessfulRegisteredBottomSheet extends StatelessWidget {
|
||||
width: double.infinity,
|
||||
height: 56.0.h(),
|
||||
onPressed: () {
|
||||
context.pop();
|
||||
AppToast.success(
|
||||
context,
|
||||
TenderDetailsStrings.meetingTimeSuccessfullySet,
|
||||
|
||||
Reference in New Issue
Block a user