Kailash Bora
Kailash Bora
Hi @Jag-Marcel, I tried reproducing the issue. I do not see any inconsistency. Please guide If I missed any thing!
Hey @andrewtavis, I didn't have any changes that would reflect a darker shadow. This screenshot is straight up from the cloned repo code.
Hi @andrewtavis, the simulator was iPhone 15 pro (17.2) and it was in light mode(as far as I remember, I didn't switch it between dark and light mode).
> Minor note from the dev sync: the thought on this is that maybe the a11y settings were turned on such that the command bar was made a bit more...
Yes, a11y may be the factor for enhanced shadow and border. But if it was there for the border it should be applied to the full view and shadow. And...
And I see there are so many files without any Class or struct, Just the variables and functions. Which could make our testing a little bit harder. If we will...
Yup @andrewtavis, thats the right way to go ahead. We will start with small files which are in class and structs, If needed on the go we will also refactor...
> Hi @andrewtavis, I think we can work on the same directory(KeyboardBase), then choose the file that has a complete class or struct for the highest priority, like this [KeyboardStyling.swift](https://github.com/scribe-org/Scribe-iOS/blob/34db0f11885f8161f756245c2f30913fb1964e32/Keyboards/KeyboardsBase/KeyboardStyling.swift)...
Hi @andrewtavis, What's the status of this? Has anyone picked it up yet? If not I can start with this 😄 !
Hey @andrewtavis, Here's the Action plan: 1. Implement the UI for the tip card (let us call it a tip card). Since you already have the design prepared I will...