File tree Expand file tree Collapse file tree
app/assets/stylesheets/components Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4343 display : inline-flex;
4444 align-items : center;
4545 padding : 4px 10px ;
46- border-radius : var (--border-radius-full );
46+ border-radius : var (--border-radius-sm );
4747 background : var (--color-bg-icon );
4848 color : var (--color-text-primary );
4949 font-size : var (--font-size-sm );
310310 display : inline-flex;
311311 align-items : center;
312312 padding : 2px 8px ;
313- border-radius : var (--border-radius-full );
313+ border-radius : var (--border-radius-sm );
314314 font-size : var (--font-size-xs );
315315 font-weight : var (--font-weight-semibold );
316316 white-space : nowrap;
578578 align-items : center;
579579 justify-content : center;
580580 padding : 4px 10px ;
581- border-radius : var (--border-radius-full );
581+ border-radius : var (--border-radius-sm );
582582 border : var (--border-width ) solid var (--color-border );
583583 color : var (--color-text-primary );
584584 text-decoration : none;
You can’t perform that action at this time.
0 commit comments