mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-03-11 17:49:27 -05:00
refactor: palette
This commit is contained in:
@@ -66,7 +66,7 @@ TextSpan createLinkSpan(
|
||||
return TextSpan(
|
||||
text: text,
|
||||
style: TextStyle(
|
||||
color: theme.paletteOf(context).primary,
|
||||
color: theme.palette.primary,
|
||||
fontWeight: FontWeight.w600,
|
||||
),
|
||||
recognizer: TapGestureRecognizer()
|
||||
@@ -160,7 +160,7 @@ class PrimerBranchName extends StatelessWidget {
|
||||
child: Text(
|
||||
name,
|
||||
style: TextStyle(
|
||||
color: theme.paletteOf(context).primary,
|
||||
color: theme.palette.primary,
|
||||
fontSize: 14,
|
||||
height: 1,
|
||||
fontFamily: CommonStyle.monospace,
|
||||
|
||||
Reference in New Issue
Block a user