Fixes #5238 last synced button text not visible on light theme. (#5241)

* Changed the buttonMenuText color for the light theme so that text is visible on light background as well.

* Updated the release notes.

* Change file name of release notes

* Remove button varient from use last synced total and restore light theme
values to previous.
This commit is contained in:
Mauritz Schild
2025-06-30 16:40:12 +02:00
committed by GitHub
parent d9a171b249
commit ad9a84ddf1
2 changed files with 6 additions and 1 deletions

View File

@@ -184,7 +184,6 @@ export function ReconcileMenu({
{format(lastSyncedBalance, 'financial')}
</Text>
<Button
variant="menu"
onPress={() =>
setInputValue(format(lastSyncedBalance, 'financial'))
}