Skip to content

Commit

Permalink
feat(theme): Remove card elevation
Browse files Browse the repository at this point in the history
  • Loading branch information
realth000 committed Aug 6, 2024
1 parent 8d53245 commit e4b0104
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- app:更新底部弹窗样式。
- app:图片加载时显示占位图片的大小调整为80x80。
- app:更新app描述和版权页样式。
- app:去除卡片高度。
- 关于:更新版本号格式,更符合semver。
- 分区:某些情况下分区为空时显示登录按钮。
- 分区:分区内筛选帖子的选项现在会一直显示在帖子列表顶部。
Expand Down
2 changes: 1 addition & 1 deletion lib/themes/app_themes.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import 'package:flutter/material.dart';
/// App themes.
class AppTheme {
static CardTheme _buildCardTheme() => const CardTheme(
elevation: 1,
elevation: 0,
);

static ChipThemeData _buildChipTheme() => const ChipThemeData(
Expand Down

0 comments on commit e4b0104

Please sign in to comment.