tendermint/flutter

[Feature] Add `textStyles` field to CosmosTeme

andrzejchm opened this issue · 2 comments

We need to be able to specify typography inside cosmosTheme for the ui components to use in accordance to designs:

  • add CosmosTextStyleData textStyles to CosmosTheme simmilar to colors property.
  • deprecate the CosmosTextTheme and values there should be now specified as properties of the CosmosTextStyleData class

@wal33d006 could you take care of this at your convenience? This will come handy in other projects too

For sure!