alignment changes to album CTA icon
This commit is contained in:
parent
61e495755f
commit
8942a5ac7e
1 changed files with 2 additions and 0 deletions
|
@ -141,6 +141,7 @@ class AlbumCTA extends StatelessWidget {
|
|||
child: GestureDetector(
|
||||
onTap: SectionType.album.ctaOnTap(context),
|
||||
child: Column(
|
||||
crossAxisAlignment: CrossAxisAlignment.start,
|
||||
children: [
|
||||
DottedBorder(
|
||||
borderType: BorderType.RRect,
|
||||
|
@ -159,6 +160,7 @@ class AlbumCTA extends StatelessWidget {
|
|||
),
|
||||
),
|
||||
),
|
||||
const SizedBox(height: 2),
|
||||
Text(
|
||||
S.of(context).addNew,
|
||||
style: getEnteTextTheme(context).smallFaint,
|
||||
|
|
Loading…
Add table
Reference in a new issue