Skip to content

MDC-103 Adjust Elevation #307

Open
Open
@adiwenz

Description

@adiwenz

In "Chapter 6 - Adjust elevation", I had to add import 'app/colors.dart;' to login.dart to make the following code work.

ElevatedButton(
child: const Text('NEXT'),
onPressed: () {
Navigator.pop(context);
},
style: ElevatedButton.styleFrom(
foregroundColor: kShrineBrown900,
backgroundColor: kShrinePink100,
elevation: 8.0,
),
),

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions