change default shape to soft

This commit is contained in:
Bernardo Cardoso
2024-04-10 16:20:23 +01:00
parent 049d4ad332
commit 98d0aef807

View File

@ -11,7 +11,7 @@ $ionic-states-hover: #{rgba(#05080f, 0.16)}; // We should review how to make thi
:host {
--background: #{tokens.$ionic-color-neutral-10};
--border-color: transparent;
--border-radius: #{tokens.$ionic-border-radius-rounded-large};
--border-radius: #{tokens.$ionic-border-radius-rounded-small};
--color: #{tokens.$ionic-color-neutral-900};
--focus-ring-color: #{$ionic-states-focus-primary};
--focus-ring-width: #{tokens.$ionic-border-size-medium};