fix css classes

This commit is contained in:
yggverse 2024-12-10 21:36:01 +02:00
parent 2fd7ee79a4
commit 9b6ee0ab3b
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ use gtk::{
// Defaults
const CSS_CLASSES: [&str; 1] = ["error"];
const CSS_CLASSES: [&str; 1] = ["accent"];
const LABEL: &str = "Choose";
const MARGIN: i32 = 16;

View File

@ -7,7 +7,7 @@ use gtk::{
// Defaults
const CSS_CLASSES: [&str; 1] = ["error"];
const CSS_CLASSES: [&str; 1] = ["accent"];
const LABEL: &str = "Open";
const MARGIN: i32 = 16;