mirror of
https://github.com/billsonnn/nitro-react.git
synced 2025-02-22 11:12:36 +01:00
sanction slim
This commit is contained in:
parent
8658ed5b18
commit
4da2ade4c0
@ -49,7 +49,7 @@ export const SanctionSatusView:FC<{}> = props =>
|
|||||||
if(!sanctionInfo) return null;
|
if(!sanctionInfo) return null;
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<NitroCardView className="nitro-help">
|
<NitroCardView className="nitro-help" theme="primary-slim">
|
||||||
<NitroCardHeaderView headerText={LocalizeText('help.sanction.info.title')} onCloseClick={() => setSanctionInfo(null)} />
|
<NitroCardHeaderView headerText={LocalizeText('help.sanction.info.title')} onCloseClick={() => setSanctionInfo(null)} />
|
||||||
<NitroCardContentView className="text-black">
|
<NitroCardContentView className="text-black">
|
||||||
<Grid>
|
<Grid>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user