mirror of
https://github.com/billsonnn/nitro-react.git
synced 2025-02-20 18:52:35 +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;
|
||||
|
||||
return (
|
||||
<NitroCardView className="nitro-help">
|
||||
<NitroCardView className="nitro-help" theme="primary-slim">
|
||||
<NitroCardHeaderView headerText={LocalizeText('help.sanction.info.title')} onCloseClick={() => setSanctionInfo(null)} />
|
||||
<NitroCardContentView className="text-black">
|
||||
<Grid>
|
||||
|
Loading…
x
Reference in New Issue
Block a user