File tree Expand file tree Collapse file tree 2 files changed +11
-18
lines changed
src/features/decoder/components Expand file tree Collapse file tree 2 files changed +11
-18
lines changed Original file line number Diff line number Diff line change @@ -162,13 +162,6 @@ export const SecretKeyInputComponent: React.FC<
162162 />
163163 </ CardToolbarComponent >
164164 ) ,
165- footer : isHmacAlg ( alg$ ) ? (
166- < TokenDecoderEncodingFormatPickerComponent
167- languageCode = { languageCode }
168- />
169- ) : (
170- < TokenDecoderKeyFormatPickerComponent languageCode = { languageCode } />
171- ) ,
172165 } }
173166 >
174167 { isHmacAlg ( alg$ ) && (
Original file line number Diff line number Diff line change 1414}
1515
1616.grid__subtitle {
17- grid-column : 1 / -1 ;
18- display : flex ;
19- align-items : center ;
20- gap : 0 .25rem ;
21- text-transform : uppercase ;
22- padding : 0.5 rem 0 ;
23- color : var (--color_fg_default );
24- font-size : 0.875 rem ;
25- line-height : 1.375 rem ;
26- font-weight : 500 ;
27- letter-spacing : 0.24 px ;
17+ grid-column : 1 / -1 ;
18+ display : flex ;
19+ align-items : center ;
20+ gap : .25rem ;
21+ font-family : var ( --font-primary ) ;
22+ padding-top : .75 rem ;
23+ color : var (--color_fg_default );
24+ font-size : 1 rem ;
25+ line-height : 1.15 rem ;
26+ font-weight : 700 ;
27+ letter-spacing : -.2 px ;
2828
2929 & * {
3030 font-size : inherit ;
You can’t perform that action at this time.
0 commit comments