diff --git a/src/scss/modules/_buttons.scss b/src/scss/modules/_buttons.scss index 92b78896..bb044160 100644 --- a/src/scss/modules/_buttons.scss +++ b/src/scss/modules/_buttons.scss @@ -78,7 +78,7 @@ width: 25px; background-color: map-get($modal, "background"); border: 2px solid map-get($modal, "background"); - color: map-get($modal, "text"); + color: map-get($button-colours, "reset"); text-align: center; vertical-align: sub;