ice-bit / DineUI

Building a UI app for a previous console project; the core functionality is restaurant management. Check the URL below 👇 for console app!
https://github.com/sek-r0/Dine
0 stars 0 forks source link

Handle Readability Well in UI - Keep a Check on Using Grey Strings (Section Headers) #8

Closed ice-bit closed 4 months ago

ice-bit commented 4 months ago

Description:

The UI needs to handle readability better, particularly with the use of grey strings which can be difficult to read. For example, the "Bills" section.

Steps to Reproduce:

  1. Navigate to the "Bills" section.
  2. Observe the readability issues with grey strings.

Expected Behavior:

UI text should be easily readable, avoiding the use of grey strings that are hard to read.

ice-bit commented 4 months ago

Currently using default section header color for tableView section headers.