diff --git a/Userland/Applications/DisplaySettings/FontSettings.gml b/Userland/Applications/DisplaySettings/FontSettings.gml index 8231dee770..c4ebe09fb7 100644 --- a/Userland/Applications/DisplaySettings/FontSettings.gml +++ b/Userland/Applications/DisplaySettings/FontSettings.gml @@ -20,7 +20,7 @@ } @GUI::Frame { - background_color: "white" + background_role: "Base" fill_with_background_color: true layout: @GUI::VerticalBoxLayout { @@ -53,7 +53,7 @@ } @GUI::Frame { - background_color: "white" + background_role: "Base" fill_with_background_color: true layout: @GUI::VerticalBoxLayout {