diff options
| author | tassaron | 2022-05-07 20:20:47 -0400 |
|---|---|---|
| committer | tassaron | 2022-05-07 20:20:47 -0400 |
| commit | 88f4e2298c4b465c40d9de12b2df6f25d45fc322 (patch) | |
| tree | 2a243cd5a4bad986b34a3afa3f5eddff42f1d654 | |
| parent | a7da80022b9d9c4f6e0c520b3c2efc7490d0f289 (diff) | |
change default colour to white for consistency with the default settings of other foreground elements
| -rw-r--r-- | src/components/life.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/life.ui b/src/components/life.ui index 85b2926..892a9e3 100644 --- a/src/components/life.ui +++ b/src/components/life.ui @@ -65,7 +65,7 @@ </size> </property> <property name="text"> - <string>0,0,0</string> + <string>255,255,255</string> </property> </widget> </item> |
