Funny last week we removed all the rounded corners. We set a border css variable so all the border rules became
border-radius: var(--border-size);
We figured this way every 6 months or so we could switch between squares and rounded edges... This may provide little design pops to give a fresh feeling to users... we'll see so far it feels very fresh to me.
border-radius: var(--border-size);
We figured this way every 6 months or so we could switch between squares and rounded edges... This may provide little design pops to give a fresh feeling to users... we'll see so far it feels very fresh to me.