[WIP] test /update-vrt

This commit is contained in:
Matiss Janis Aboltins
2026-05-09 17:29:17 +01:00
committed by GitHub
parent 3799b587ec
commit 2e12bc7455

View File

@@ -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,