Skip to content

Настроен объект Theme #633

Open
KriseevM wants to merge 3 commits intodevelopfrom
feature/26
Open

Настроен объект Theme #633
KriseevM wants to merge 3 commits intodevelopfrom
feature/26

Conversation

@KriseevM
Copy link
Contributor

resolves #26

@KriseevM KriseevM requested a review from Namxobick March 19, 2026 13:41
Comment on lines +316 to +340
// Container(
// width: double.infinity,
// height: 56,
// decoration: BoxDecoration(
// borderRadius: BorderRadius.circular(50),
// gradient: LinearGradient(
// begin: Alignment.topCenter,
// end: Alignment.bottomCenter,
// colors: [
// theme.colorScheme.primaryFixedDim,
// theme.primaryColor,
// ],
// ),
// ),
// child: ElevatedButton(
// style: ElevatedButton.styleFrom(
// backgroundColor: Colors.transparent,
// shadowColor: Colors.transparent,
// shape: RoundedRectangleBorder(
// borderRadius: BorderRadius.circular(50),
// ),
// ),

// ),
// ),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Специально оставил?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Создать тему приложения (объект Theme)

3 participants