chore: remove unused deskflow::gui::style::kLightGreyColor

This commit is contained in:
sithlord48
2025-12-23 09:31:09 -05:00
committed by Nick Bolton
parent b432cbc145
commit caf77fe342

View File

@ -13,7 +13,6 @@ namespace deskflow::gui {
const auto kColorWhite = "#ffffff";
const auto kColorSecondary = "#4285f4";
const auto kColorError = "#ec4c47";
const auto kColorLightGrey = "#666666";
const auto kStyleLink = //
QStringLiteral("color: %1").arg(kColorSecondary);