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 3737 display : inline-flex;
3838 align-items : center;
3939 padding : 4px 10px ;
40- border-radius : var (--border-radius-full );
40+ border-radius : var (--border-radius-sm );
4141 background : var (--color-bg-icon );
4242 color : var (--color-text-primary );
4343 font-size : var (--font-size-sm );
304304 display : inline-flex;
305305 align-items : center;
306306 padding : 2px 8px ;
307- border-radius : var (--border-radius-full );
307+ border-radius : var (--border-radius-sm );
308308 font-size : var (--font-size-xs );
309309 font-weight : var (--font-weight-semibold );
310310 white-space : nowrap;
572572 align-items : center;
573573 justify-content : center;
574574 padding : 4px 10px ;
575- border-radius : var (--border-radius-full );
575+ border-radius : var (--border-radius-sm );
576576 border : var (--border-width ) solid var (--color-border );
577577 color : var (--color-text-primary );
578578 text-decoration : none;
You can’t perform that action at this time.
0 commit comments