mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-27 17:48:17 -05:00
Fix math multiply and divide button styles
This commit is contained in:
@@ -47,7 +47,7 @@ export function AmountKeyboard(props: AmountKeyboardProps) {
|
||||
},
|
||||
},
|
||||
// eslint-disable-next-line rulesdir/typography
|
||||
'& [data-skbtn="+"], & [data-skbtn="-"], & [data-skbtn="*"], & [data-skbtn="/"], & [data-skbtn="{bksp}"]':
|
||||
'& [data-skbtn="+"], & [data-skbtn="-"], & [data-skbtn="×"], & [data-skbtn="÷"], & [data-skbtn="{bksp}"]':
|
||||
{
|
||||
backgroundColor: theme.pageTextSubdued,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user