mirror of
https://github.com/actualbudget/actual.git
synced 2026-05-11 01:18:59 -05:00
[WIP] test /update-vrt
This commit is contained in:
committed by
GitHub
parent
3799b587ec
commit
2e12bc7455
@@ -12,7 +12,7 @@ import { View } from './View';
|
||||
const backgroundColor: {
|
||||
[key in ButtonVariant | `${ButtonVariant}Disabled`]?: string;
|
||||
} = {
|
||||
normal: theme.buttonNormalBackground,
|
||||
normal: theme.buttonNormalDisabledBackground,
|
||||
normalDisabled: theme.buttonNormalDisabledBackground,
|
||||
primary: theme.buttonPrimaryBackground,
|
||||
primaryDisabled: theme.buttonPrimaryDisabledBackground,
|
||||
|
||||
Reference in New Issue
Block a user