diff --git a/patches/add-black-theme.patch b/patches/add-black-theme.patch index da6788f..268f08f 100644 --- a/patches/add-black-theme.patch +++ b/patches/add-black-theme.patch @@ -6,4 +6,4 @@ index 000000000..5598dbea0 @@ -0,0 +1,3 @@ +$ui-base-color: #000000; + -+@import 'application'; ++@use 'application'; diff --git a/patches/add-merveilles-theme.patch b/patches/add-merveilles-theme.patch index 3ec3e42..599530b 100644 --- a/patches/add-merveilles-theme.patch +++ b/patches/add-merveilles-theme.patch @@ -7,4 +7,4 @@ index 000000000..5147ae626 +$ui-base-color: #222222; +$ui-highlight-color: #333333; + -+@import "application"; ++@use 'application'; diff --git a/patches/add-tango-theme.patch b/patches/add-tango-theme.patch index c39b55b..0360d1c 100644 --- a/patches/add-tango-theme.patch +++ b/patches/add-tango-theme.patch @@ -23,4 +23,4 @@ index 000000000..9699d17b5 +$ui-button-tertiary-focus-background-color: #3d6085; +$ui-button-icon-hover-background-color: rgba(74, 115, 160, 40%); + -+@import 'application'; ++@use 'application';