We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e06175 commit 58a76edCopy full SHA for 58a76ed
components/avatar/index.css
@@ -89,7 +89,8 @@ governing permissions and limitations under the License.
89
block-size: var(--spectrum-avatar-height);
90
91
border-radius: var(--spectrum-avatar-border-radius);
92
- border-style: none;
+ border-width: var(--spectrum-avatar-border-size);
93
+ border-style: solid;
94
95
-webkit-user-drag: none;
96
user-select: none;
0 commit comments