mirror of
https://github.com/mitchell/selfpass.git
synced 2025-12-16 05:57:21 +00:00
Modify theme text style to match Cupertino defaults;
thicken tappable text list borders
This commit is contained in:
parent
6315d5a9bc
commit
4558dea528
2 changed files with 6 additions and 1 deletions
|
|
@ -24,6 +24,7 @@ class TappableTextList extends StatelessWidget {
|
|||
border: Border(
|
||||
bottom: BorderSide(
|
||||
color: Color(0xFF1e1d1e),
|
||||
width: 2,
|
||||
),
|
||||
),
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue