Try sx prop emotion.
` <Button size="md" sx={(theme) => ({ backgroundColor: 'blue', '&:hover': { backgroundColor: 'red', }, })} > TEST BUTTON </Button>`
https://mantine.dev/styles/emotion/