Skip to content

Commit 58a76ed

Browse files
committed
feat: add support for border values for avatar
1 parent 1e06175 commit 58a76ed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/avatar/index.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ governing permissions and limitations under the License.
8989
block-size: var(--spectrum-avatar-height);
9090

9191
border-radius: var(--spectrum-avatar-border-radius);
92-
border-style: none;
92+
border-width: var(--spectrum-avatar-border-size);
93+
border-style: solid;
9394

9495
-webkit-user-drag: none;
9596
user-select: none;

0 commit comments

Comments
 (0)