Sliding Clock: en clock needs to have the date bigger to be readable

pull/2178/head
Adrian Kirk 2022-10-07 12:25:50 +01:00
parent 9300c94ba2
commit 2166388559
No known key found for this signature in database
GPG Key ID: 5A448EB0FC623526
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ class EnglishDateFormatter extends DateFormatter {
constructor() { constructor() {
super(); super();
this.row_types = { this.row_types = {
small: {size: 'vvsmall'} small: {size: 'vsmall'}
}; };
this.row_defs = [ this.row_defs = [
{ {